Skip to content

Commit e505fa6

Browse files
dependabot[bot]piyush-garg
authored andcommitted
Bump docker/build-push-action from 5.3.0 to 5.4.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.3.0...v5.4.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]>
1 parent 17aae4b commit e505fa6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ghcr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
images: ${{ env.REGISTRY }}/${{ env.CONTROLLER_IMAGE_NAME }}
5252

5353
- name: Build and push controller docker image
54-
uses: docker/build-push-action@v5.3.0
54+
uses: docker/build-push-action@v5.4.0
5555
with:
5656
context: .
5757
build-args: |
@@ -70,7 +70,7 @@ jobs:
7070
images: ${{ env.REGISTRY }}/${{ env.WATCHER_IMAGE_NAME }}
7171

7272
- name: Build and push watcher docker image
73-
uses: docker/build-push-action@v5.3.0
73+
uses: docker/build-push-action@v5.4.0
7474
with:
7575
context: .
7676
build-args: |
@@ -89,7 +89,7 @@ jobs:
8989
images: ${{ env.REGISTRY }}/${{ env.WEBHOOK_IMAGE_NAME }}
9090

9191
- name: Build and push webhook docker image
92-
uses: docker/build-push-action@v5.3.0
92+
uses: docker/build-push-action@v5.4.0
9393
with:
9494
context: .
9595
build-args: |
@@ -108,7 +108,7 @@ jobs:
108108
images: ${{ env.REGISTRY }}/${{ env.TKN_PAC_IMAGE_NAME }}
109109

110110
- name: Build and push cli docker image
111-
uses: docker/build-push-action@v5.3.0
111+
uses: docker/build-push-action@v5.4.0
112112
with:
113113
context: .
114114
build-args: |

.github/workflows/multi-arch-ghcr-on-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'stable') }}
6060
6161
- name: Build and push controller docker image
62-
uses: docker/build-push-action@v5.3.0
62+
uses: docker/build-push-action@v5.4.0
6363
with:
6464
context: .
6565
build-args: |
@@ -79,7 +79,7 @@ jobs:
7979
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'stable') }}
8080
8181
- name: Build and push watcher docker image
82-
uses: docker/build-push-action@v5.3.0
82+
uses: docker/build-push-action@v5.4.0
8383
with:
8484
context: .
8585
build-args: |
@@ -99,7 +99,7 @@ jobs:
9999
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'stable') }}
100100
101101
- name: Build and push webhook docker image
102-
uses: docker/build-push-action@v5.3.0
102+
uses: docker/build-push-action@v5.4.0
103103
with:
104104
context: .
105105
build-args: |
@@ -119,7 +119,7 @@ jobs:
119119
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'stable') }}
120120
121121
- name: Build and push cli docker image
122-
uses: docker/build-push-action@v5.3.0
122+
uses: docker/build-push-action@v5.4.0
123123
with:
124124
context: .
125125
build-args: |

0 commit comments

Comments
 (0)