Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#42)
Browse files Browse the repository at this point in the history
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>
Co-authored-by: John Freeman <[email protected]>
  • Loading branch information
dependabot[bot] and freemanjp authored Nov 16, 2024
1 parent 604f35f commit 0d38d34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
org.opencontainers.image.description=Base container image for development
- name: Build and push Docker image (devcontainer-base)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ env.DIR_NAME }}
push: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
org.opencontainers.image.description=Container image for development with Docker-in-Docker
- name: Build and push Docker image (devcontainer-dind)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ env.DIR_NAME }}
push: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
org.opencontainers.image.description=Container image for development with Kubernetes (K3s)
- name: Build and push Docker image (devcontainer-k8s)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ env.DIR_NAME }}
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 0d38d34

Please sign in to comment.