diff options
author | 2023-08-22 15:18:02 +0100 | |
---|---|---|
committer | 2023-08-22 15:18:02 +0100 | |
commit | 3955d70f490211b7364386d80ac6ab33addf9eac (patch) | |
tree | 9958026056876ed43f346142280c21d652041221 | |
parent | Bump all dependencies to latest (diff) |
Tag ghcr image with short commit sha
-rw-r--r-- | .github/workflows/build-deploy.yml | 2 |
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') }} |