From 6169e82160f5f70d130ad27194f52b99007b2f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 05:06:30 +0000 Subject: [PATCH] Bump redhat-actions/buildah-build from 2.10 to 2.12 Bumps [redhat-actions/buildah-build](https://github.com/redhat-actions/buildah-build) from 2.10 to 2.12. - [Release notes](https://github.com/redhat-actions/buildah-build/releases) - [Changelog](https://github.com/redhat-actions/buildah-build/blob/main/CHANGELOG.md) - [Commits](https://github.com/redhat-actions/buildah-build/compare/v2.10...v2.12) --- updated-dependencies: - dependency-name: redhat-actions/buildah-build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ecfa1b9..b686533 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -32,7 +32,7 @@ jobs: fi - name: Build Image id: build-image - uses: redhat-actions/buildah-build@v2.10 + uses: redhat-actions/buildah-build@v2.12 with: image: ${{ env.IMAGE_NAME }} tags: ${{ env.TAG_NAME }} ${{ github.sha }}