Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.2.0 to 6.5.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 6.2.0 to 6.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.2.0...v6.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent b866419 commit 5e98865
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}
- name: Build operator image
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.5.0
with:
context: .
tags: ${{ steps.meta-operator.outputs.tags }}
Expand All @@ -74,7 +74,7 @@ jobs:
COMMITDATE=${{ steps.export_tag.outputs.commit_date }}
COMMIT=${{ github.sha }}
- name: Build register image
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.5.0
with:
context: .
tags: ${{ steps.meta-register.outputs.tags }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}
- name: Build operator image
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.5.0
with:
context: .
tags: ${{ steps.meta-operator.outputs.tags }}
Expand All @@ -81,7 +81,7 @@ jobs:
COMMITDATE=${{ steps.export_tag.outputs.commit_date }}
COMMIT=${{ github.sha }}
- name: Build register image
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.5.0
with:
context: .
tags: ${{ steps.meta-register.outputs.tags }}
Expand All @@ -95,7 +95,7 @@ jobs:
COMMITDATE=${{ steps.export_tag.outputs.commit_date }}
COMMIT=${{ github.sha }}
- name: Build seedimage image
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.5.0
with:
context: .
tags: ${{ steps.meta-seedimage.outputs.tags }}
Expand Down

0 comments on commit 5e98865

Please sign in to comment.