From 1fdef9c520489280f3cc39526aa3b080402cac87 Mon Sep 17 00:00:00 2001 From: Sebastiaan Zeeff Date: Tue, 17 Nov 2020 17:59:18 +0100 Subject: Ensure intermediate container is available --- .github/workflows/lint-test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index cf894ad..aca828b 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -111,6 +111,9 @@ jobs: ${{ runner.os }}-buildx-final-${{ github.ref }}- ${{ runner.os }}-buildx-final- + - name: Push intermediate base container to registry + run: docker push ghcr.io/python-discord/snekbox-base:${{ steps.sha_tag.outputs.tag }} + - name: Build base image uses: docker/build-push-action@v2 with: -- cgit v1.2.3