Skip to content

Commit

Permalink
ci: update build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
wholtz committed Jul 8, 2024
1 parent 716440e commit c5ff399
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker images
id: docker_build
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
env:
DOCKER_BUILD_SUMMARY: false
DOCKER_BUILD_RECORD_UPLOAD: false
with:
platforms: ${{ steps.set_image_variables.outputs.platforms }}
push: false
Expand All @@ -168,9 +168,9 @@ jobs:
run: nox -s "image_tests(base_image='${IMAGE}')"
- name: Push Docker images
id: docker_push
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
env:
DOCKER_BUILD_SUMMARY: false
DOCKER_BUILD_RECORD_UPLOAD: false
with:
platforms: ${{ steps.set_image_variables.outputs.platforms }}
push: true
Expand Down

0 comments on commit c5ff399

Please sign in to comment.