Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6
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]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 61e1292 commit 9c31c74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

# - name: Build and push - Debian [0.13.0]
# uses: docker/build-push-action@v5
# uses: docker/build-push-action@v6
# with:
# file: debian/slim/bookworm/0.13.0/Dockerfile
# context: .
Expand All @@ -43,7 +43,7 @@ jobs:
# tags: ${{ secrets.DOCKERHUB_USERNAME }}/bookworm-ziglang:0.13.0

- name: Build and push - Debian [master]
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: debian/slim/bookworm/master/Dockerfile
context: .
Expand All @@ -52,7 +52,7 @@ jobs:
tags: ${{ secrets.DOCKERHUB_USERNAME }}/bookworm-ziglang:latest

# - name: Build and push - Busybox [0.13.0]
# uses: docker/build-push-action@v5
# uses: docker/build-push-action@v6
# with:
# file: busybox/0.13.0/Dockerfile
# context: .
Expand All @@ -61,7 +61,7 @@ jobs:
# tags: ${{ secrets.DOCKERHUB_USERNAME }}/ziglang:0.13.0

- name: Build and push - Busybox [master]
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: busybox/master/Dockerfile
context: .
Expand All @@ -70,7 +70,7 @@ jobs:
tags: ${{ secrets.DOCKERHUB_USERNAME }}/ziglang:latest

# - name: Build and push - Alpine [0.13.0]
# uses: docker/build-push-action@v5
# uses: docker/build-push-action@v6
# with:
# file: alpine/0.13.0/Dockerfile
# context: .
Expand All @@ -79,7 +79,7 @@ jobs:
# tags: ${{ secrets.DOCKERHUB_USERNAME }}/alpine-ziglang:0.13.0

- name: Build and push - Alpine [master]
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: alpine/master/Dockerfile
context: .
Expand Down

0 comments on commit 9c31c74

Please sign in to comment.