aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/deploy.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 977c317..9113188 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -81,7 +81,9 @@ jobs:
push: true
cache-from: ghcr.io/python-discord/snekbox-base:latest
cache-to: type=inline
- tags: ghcr.io/python-discord/snekbox-base:latest
+ tags: |
+ ghcr.io/python-discord/snekbox-base:latest
+ ghcr.io/python-discord/snekbox-base:${{ inputs.version }}
# Push the venv image to GHCR, with an inline cache manifest.
- name: Push venv image
@@ -95,4 +97,6 @@ jobs:
ghcr.io/python-discord/snekbox-base:latest
ghcr.io/python-discord/snekbox-venv:latest
cache-to: type=inline
- tags: ghcr.io/python-discord/snekbox-venv:latest
+ tags: |
+ ghcr.io/python-discord/snekbox-venv:latest
+ ghcr.io/python-discord/snekbox-venv:${{ inputs.version }}