Skip to content

Commit

Permalink
Bump docker/build-push-action from 4.0.0 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 5.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 29f86fd commit aafec98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build Image locally
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5.1.0
with:
load: true
build-args: |
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
exit 7
fi
- name: Build and Push to quay.io
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v5.1.0
with:
push: ${{ github.actor != 'dependabot[bot]' }}
build-args: |
Expand Down

0 comments on commit aafec98

Please sign in to comment.