From 3955d70f490211b7364386d80ac6ab33addf9eac Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Tue, 22 Aug 2023 15:18:02 +0100 Subject: [PATCH] Tag ghcr image with short commit sha --- .github/workflows/build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}