Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 47b272a commit b479963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Build and push Docker image sha
if: github.ref_type == 'branch'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64, linux/arm64
Expand All @@ -54,7 +54,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker image tag
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
if: github.ref_type == 'tag'
with:
context: .
Expand Down

0 comments on commit b479963

Please sign in to comment.