Skip to content

Commit 0d38d34

Browse files
Bump docker/build-push-action from 5 to 6 (#42)
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> Co-authored-by: John Freeman <john.freeman.opensource@gmail.com>
1 parent 604f35f commit 0d38d34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
org.opencontainers.image.description=Base container image for development
4747
4848
- name: Build and push Docker image (devcontainer-base)
49-
uses: docker/build-push-action@v5
49+
uses: docker/build-push-action@v6
5050
with:
5151
context: ${{ env.DIR_NAME }}
5252
push: ${{ github.event_name != 'pull_request' }}
@@ -83,7 +83,7 @@ jobs:
8383
org.opencontainers.image.description=Container image for development with Docker-in-Docker
8484
8585
- name: Build and push Docker image (devcontainer-dind)
86-
uses: docker/build-push-action@v5
86+
uses: docker/build-push-action@v6
8787
with:
8888
context: ${{ env.DIR_NAME }}
8989
push: ${{ github.event_name != 'pull_request' }}
@@ -120,7 +120,7 @@ jobs:
120120
org.opencontainers.image.description=Container image for development with Kubernetes (K3s)
121121
122122
- name: Build and push Docker image (devcontainer-k8s)
123-
uses: docker/build-push-action@v5
123+
uses: docker/build-push-action@v6
124124
with:
125125
context: ${{ env.DIR_NAME }}
126126
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)