diff --git a/.github/workflows/docker-nightly-build.yml b/.github/workflows/docker-nightly-build.yml index 55ed4842d1..53a59b9269 100644 --- a/.github/workflows/docker-nightly-build.yml +++ b/.github/workflows/docker-nightly-build.yml @@ -117,6 +117,7 @@ jobs: with: context: . push: ${{ inputs.push_to_registry }} + pull: true file: ./docker/build_and_push_base.Dockerfile tags: ${{ steps.tags.outputs.docker_tags }} platforms: linux/${{ matrix.arch }} @@ -129,6 +130,7 @@ jobs: with: context: . push: ${{ inputs.push_to_registry }} + pull: true file: ./docker/build_and_push_base.Dockerfile tags: ${{ steps.tags.outputs.ghcr_tags }} platforms: linux/${{ matrix.arch }} @@ -210,6 +212,7 @@ jobs: with: context: . push: ${{ inputs.push_to_registry }} + pull: true file: ./docker/build_and_push.Dockerfile tags: ${{ steps.tags.outputs.docker_tags }} platforms: linux/${{ matrix.arch }} @@ -222,6 +225,7 @@ jobs: with: context: . push: ${{ inputs.push_to_registry }} + pull: true file: ./docker/build_and_push.Dockerfile tags: ${{ steps.tags.outputs.ghcr_tags }} platforms: linux/${{ matrix.arch }} @@ -303,6 +307,7 @@ jobs: with: context: . push: ${{ inputs.push_to_registry }} + pull: true file: ./docker/build_and_push_with_extras.Dockerfile tags: ${{ steps.tags.outputs.docker_tags }} platforms: linux/${{ matrix.arch }} @@ -315,6 +320,7 @@ jobs: with: context: . push: ${{ inputs.push_to_registry }} + pull: true file: ./docker/build_and_push_with_extras.Dockerfile tags: ${{ steps.tags.outputs.ghcr_tags }} platforms: linux/${{ matrix.arch }}