diff options
author | 2020-11-17 17:59:18 +0100 | |
---|---|---|
committer | 2020-11-17 17:59:18 +0100 | |
commit | 1fdef9c520489280f3cc39526aa3b080402cac87 (patch) | |
tree | 3cdb38b2bb1f7d11fc827afbc73011a5ad1ad6d5 | |
parent | Delete quotes messing with build args (diff) |
Ensure intermediate container is available
-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: |