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 17, 2024
1 parent 14c144e commit 229bc43
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cache_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build and push (min)
id: docker_build_min
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ matrix.build_min == 'ON' }}
with:
file: ./docker/dev/${{ env.DART_VERSION }}/Dockerfile.ubuntu.${{ env.UBUNTU_VERSION }}-min
Expand All @@ -61,7 +61,7 @@ jobs:
tags: ${{ env.DOCKER_REPO }}:ubuntu-${{ env.UBUNTU_VERSION }}-min-${{ env.DART_VERSION }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./docker/dev/${{ env.DART_VERSION }}/Dockerfile.ubuntu.${{ env.UBUNTU_VERSION }}
platforms: ${{ matrix.platforms }}
Expand Down Expand Up @@ -100,14 +100,14 @@ jobs:
- name: Build and push (min)
if: ${{ matrix.build_min == 'ON' }}
id: docker_build_min
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./docker/dev/${{ env.DART_VERSION }}/Dockerfile.${{ env.OS_VERSION }}-min
push: true
tags: ${{ env.DOCKER_REPO }}:${{ env.OS_VERSION }}-min-${{ env.DART_VERSION }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./docker/dev/${{ env.DART_VERSION }}/Dockerfile.${{ env.OS_VERSION }}
push: true
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./docker/dev/${{ matrix.dart_version }}/${{ matrix.dockerfile }}
platforms: ${{ matrix.platforms }}
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./docker/dev/${{ matrix.dart_version }}/${{ matrix.dockerfile }}
platforms: ${{ matrix.platforms }}
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./docker/dev/${{ env.DART_VERSION }}/Dockerfile.${{ env.OS_VERSION }}
push: true
Expand Down

0 comments on commit 229bc43

Please sign in to comment.