Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5 (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent ab685c5 commit bacfc2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
cache-from: type=gha
- name: Build and push docker image
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit bacfc2c

Please sign in to comment.