aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 17:59:18 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 17:59:18 +0100
commit1fdef9c520489280f3cc39526aa3b080402cac87 (patch)
tree3cdb38b2bb1f7d11fc827afbc73011a5ad1ad6d5
parentDelete quotes messing with build args (diff)
Ensure intermediate container is available
-rw-r--r--.github/workflows/lint-test.yaml3
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: