From c31cd460098e2c9eddcedec04490acd2f960c8d1 Mon Sep 17 00:00:00 2001 From: James Addison Date: Wed, 12 Apr 2023 22:37:58 +0100 Subject: [PATCH] Update redhat-actions/buildah-build to v2.12 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 399732f..da1e9df 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: - run: echo "GROCY_VERSION=${{ env.GROCY_IMAGE_TAG }}" | sed -e "s/-[0-9a-f]*$//" >> $GITHUB_ENV # Build multi-architecture container manifests - id: build-grocy-backend - uses: redhat-actions/buildah-build@v2.9 + uses: redhat-actions/buildah-build@v2.12 with: image: backend tags: ${{ env.GROCY_IMAGE_TAG }} ${{ env.GROCY_VERSION }} @@ -31,7 +31,7 @@ jobs: build-args: | GROCY_VERSION=${{ env.GROCY_VERSION }} - id: build-grocy-frontend - uses: redhat-actions/buildah-build@v2.9 + uses: redhat-actions/buildah-build@v2.12 with: image: frontend tags: ${{ env.GROCY_IMAGE_TAG }} ${{ env.GROCY_VERSION }}