Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#1815)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeongseok (JS) Lee <[email protected]>
  • Loading branch information
dependabot[bot] and jslee02 authored Jun 18, 2024
1 parent 5574411 commit c964218
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 c964218

Please sign in to comment.