Skip to content

Commit

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

build(deps): bump docker/build-push-action from 6.10.0 to 6.12.0
  • Loading branch information
wholtz authored Jan 20, 2025
2 parents ba062b5 + feb2430 commit df86a5e
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 @@ -190,7 +190,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker images but do not push them yet
id: docker_build
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
Expand All @@ -209,7 +209,7 @@ jobs:
run: nox -s "image_tests(base_image='${IMAGE}')"
- name: Push stage1 Docker images
id: docker_stage1_push
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
with:
file: ${{ steps.set_image_variables.outputs.distro_id }}.Dockerfile
target: stage1
Expand All @@ -224,7 +224,7 @@ jobs:
cache-to: type=inline
- name: Push Docker images
id: docker_push
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
Expand Down

0 comments on commit df86a5e

Please sign in to comment.