diff options
| -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') }} | 
