Skip to content

Commit

Permalink
Bump docker/build-push-action from 4.1.1 to 5.0.0 (#106)
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 Sep 21, 2023
1 parent 79eb533 commit a906dd2
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 @@ -79,7 +79,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build image for tests
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v5.0.0
with:
load: true
build-args: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
exit 7
fi
- name: Build and Push Image to quay.io
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v5.0.0
with:
push: true
build-args: |
Expand Down

0 comments on commit a906dd2

Please sign in to comment.