Skip to content

Commit 4b0de96

Browse files
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f75084e commit 4b0de96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
type=ref,event=tag,enable=true,priority=600
121121
type=ref,event=pr,prefix=pr-,enable=true,priority=600
122122
- name: Build and push to local (test) registry
123-
uses: docker/build-push-action@v5
123+
uses: docker/build-push-action@v6
124124
with:
125125
context: .
126126
file: ./Dockerfile
@@ -158,7 +158,7 @@ jobs:
158158
type=ref,event=pr,prefix=pr-,enable=true,priority=600
159159
- name: Build and push to public registry(s)
160160
if: ${{ fromJSON(env.PUSH) }}
161-
uses: docker/build-push-action@v5
161+
uses: docker/build-push-action@v6
162162
with:
163163
context: .
164164
file: ./Dockerfile

0 commit comments

Comments
 (0)