diff options
-rw-r--r-- | .github/workflows/lint-test.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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: |