Skip to content

Commit

Permalink
Update redhat-actions/buildah-build to v2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Apr 12, 2023
1 parent caa0526 commit c31cd46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit c31cd46

Please sign in to comment.