aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-08-22 15:18:02 +0100
committerGravatar Chris Lovering <[email protected]>2023-08-22 15:18:02 +0100
commit3955d70f490211b7364386d80ac6ab33addf9eac (patch)
tree9958026056876ed43f346142280c21d652041221
parentBump all dependencies to latest (diff)
Tag ghcr image with short commit sha
-rw-r--r--.github/workflows/build-deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml
index 971ceee..d21b092 100644
--- a/.github/workflows/build-deploy.yml
+++ b/.github/workflows/build-deploy.yml
@@ -39,7 +39,7 @@ jobs:
with:
images: ghcr.io/python-discord/metricity
tags: |
- type=sha
+ type=raw,value=${{ inputs.sha-tag }}
type=raw,value=latest
type=semver,pattern=v{{version}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}