We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fc674 commit cfb5503Copy full SHA for cfb5503
.github/workflows/build-and-push.yml
@@ -101,6 +101,6 @@ jobs:
101
--platform linux/amd64,linux/arm64 \
102
-f docker/Dockerfile.CI \
103
-t public.ecr.aws/umcai/xc2f/payload:latest \
104
- -t public.ecr.aws/umcai/xc2f/payload:${{ github.sha::7 }} \
+ -t public.ecr.aws/umcai/xc2f/payload:${{ github.sha.substr(0, 7) }} \
105
--push \
106
.
0 commit comments