Skip to content

Commit

Permalink
Bump docker/build-push-action from 5.1.0 to 5.3.0 (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent 4a2b4a6 commit 71b1ea0
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 @@ -67,7 +67,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build Image locally
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.3.0
with:
load: true
build-args: |
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
exit 7
fi
- name: Build and Push to quay.io
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.3.0
with:
push: ${{ github.actor != 'dependabot[bot]' }}
build-args: |
Expand Down

0 comments on commit 71b1ea0

Please sign in to comment.