Skip to content

Commit f0ea3a8

Browse files
⬆️ Bump docker/build-push-action from 5 to 6 (#2344)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55868a3 commit f0ea3a8

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
@@ -44,7 +44,7 @@ jobs:
4444
password: ${{ secrets.CR_PAT }}
4545

4646
- name: Build and push BUILDER image
47-
uses: docker/build-push-action@v5
47+
uses: docker/build-push-action@v6
4848
with:
4949
context: '{{defaultContext}}:Builder'
5050
platforms: linux/amd64,linux/arm64
@@ -58,7 +58,7 @@ jobs:
5858
cache-to: type=gha,mode=max
5959

6060
- name: Build and push FINAL image
61-
uses: docker/build-push-action@v5
61+
uses: docker/build-push-action@v6
6262
with:
6363
context: '{{defaultContext}}:Final'
6464
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)