Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: revert PR #565 #569

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@48aba3b46d1b1fec4febb7c5d0c644b249a11355
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
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@48aba3b46d1b1fec4febb7c5d0c644b249a11355
uses: docker/build-push-action@35434f557ad77672899d67f7992fb5560bda1071
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@48aba3b46d1b1fec4febb7c5d0c644b249a11355
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
Expand Down
Loading