Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.10.0 to 6.12.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.10.0 to 6.12.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.10.0...v6.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and chmouel committed Jan 20, 2025
1 parent cb249de commit 15e984f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.CONTROLLER_IMAGE_NAME }}

- name: Build and push controller docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.12.0
with:
context: .
build-args: |
Expand All @@ -70,7 +70,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.WATCHER_IMAGE_NAME }}

- name: Build and push watcher docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.12.0
with:
context: .
build-args: |
Expand All @@ -89,7 +89,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.WEBHOOK_IMAGE_NAME }}

- name: Build and push webhook docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.12.0
with:
context: .
build-args: |
Expand All @@ -108,7 +108,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.TKN_PAC_IMAGE_NAME }}

- name: Build and push cli docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.12.0
with:
context: .
build-args: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/multi-arch-ghcr-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'stable') }}
- name: Build and push controller docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.12.0
with:
context: .
build-args: |
Expand All @@ -79,7 +79,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'stable') }}
- name: Build and push watcher docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.12.0
with:
context: .
build-args: |
Expand All @@ -99,7 +99,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'stable') }}
- name: Build and push webhook docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.12.0
with:
context: .
build-args: |
Expand All @@ -119,7 +119,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'stable') }}
- name: Build and push cli docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.12.0
with:
context: .
build-args: |
Expand Down

0 comments on commit 15e984f

Please sign in to comment.