Skip to content

Commit

Permalink
Merge pull request #565 from mamba-org/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6.10.0

build(deps): bump docker/build-push-action from 6.9.0 to 6.10.0
  • Loading branch information
wholtz authored Dec 3, 2024
2 parents 6d896e6 + 48b841a commit f62e07d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker images but do not push them yet
id: docker_build
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
Expand All @@ -210,7 +210,7 @@ jobs:
run: nox -s "image_tests(base_image='${IMAGE}')"
- name: Push stage1 Docker images
id: docker_stage1_push
uses: docker/build-push-action@35434f557ad77672899d67f7992fb5560bda1071
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
with:
file: ${{ steps.set_image_variables.outputs.distro_id }}.Dockerfile
target: stage1
Expand All @@ -225,7 +225,7 @@ jobs:
cache-to: type=inline
- name: Push Docker images
id: docker_push
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
Expand Down

0 comments on commit f62e07d

Please sign in to comment.