Skip to content

Commit

Permalink
Bump docker/build-push-action from 5.2.0 to 5.3.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 5.2.0 to 5.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.2.0...v5.3.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 and piyush-garg committed Mar 19, 2024
1 parent aa074c3 commit 2ccd5a5
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@v5.2.0
uses: docker/build-push-action@v5.3.0
with:
context: .
build-args: |
Expand All @@ -69,7 +69,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.WATCHER_IMAGE_NAME }}

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

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

- name: Build and push cli docker image
uses: docker/build-push-action@v5.2.0
uses: docker/build-push-action@v5.3.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@v5.2.0
uses: docker/build-push-action@v5.3.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@v5.2.0
uses: docker/build-push-action@v5.3.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@v5.2.0
uses: docker/build-push-action@v5.3.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@v5.2.0
uses: docker/build-push-action@v5.3.0
with:
context: .
build-args: |
Expand Down

0 comments on commit 2ccd5a5

Please sign in to comment.