We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abee055 commit 2ffa2caCopy full SHA for 2ffa2ca
1 file changed
.github/workflows/docker-image.yml
@@ -29,5 +29,5 @@ jobs:
29
dotnet publish -c Release \
30
-p:ContainerRegistry=docker.io \
31
-p:ContainerRepository=nihlen/bf2-webadmin \
32
- -p:ContainerImageTags="latest,sha-${{ github.sha::8 }}" \
+ -p:ContainerImageTags="latest,sha-${{ substring(github.sha, 0, 8) }}" \
33
-p:ContainerPush=true
0 commit comments