Skip to content

Commit ba60c54

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Build the container, including an inline cache manifest to
3939
# allow us to use the registry as a cache source.
4040
- name: Build and push
41-
uses: docker/build-push-action@v5
41+
uses: docker/build-push-action@v6
4242
with:
4343
context: .
4444
file: ./Dockerfile

.github/workflows/static-preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Build the container, including an inline cache manifest to
3030
# allow us to use the registry as a cache source.
3131
- name: Build Docker Image (Main)
32-
uses: docker/build-push-action@v5
32+
uses: docker/build-push-action@v6
3333
if: github.ref == 'refs/heads/main'
3434
with:
3535
context: .
@@ -53,7 +53,7 @@ jobs:
5353
5454
# Build directly to a local folder
5555
- name: Build Docker Image (PR)
56-
uses: docker/build-push-action@v5
56+
uses: docker/build-push-action@v6
5757
if: github.ref != 'refs/heads/main'
5858
with:
5959
context: .

0 commit comments

Comments
 (0)