diff --git a/.github/workflows/push_latest.yml b/.github/workflows/push_latest.yml index 4120a94..696a7d7 100644 --- a/.github/workflows/push_latest.yml +++ b/.github/workflows/push_latest.yml @@ -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@263435318d21b8e681c14492fe198d362a7d2c83 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 env: DOCKER_BUILD_RECORD_UPLOAD: false with: @@ -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@263435318d21b8e681c14492fe198d362a7d2c83 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 with: file: ${{ steps.set_image_variables.outputs.distro_id }}.Dockerfile target: stage1 @@ -224,7 +224,7 @@ jobs: cache-to: type=inline - name: Push Docker images id: docker_push - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 env: DOCKER_BUILD_RECORD_UPLOAD: false with: