We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86cbd0 commit cbfe2acCopy full SHA for cbfe2ac
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
images: public.ecr.aws/twisto/actions-techdocs
60
tags: |
61
type=raw,value=latest
62
- type=raw,value=v.${{ needs.release.outputs.master_tag_name }}
+ type=raw,value=${{ needs.release.outputs.master_tag_name }}
63
64
- name: Docker Setup Buildx
65
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # pin@v3.8.0
0 commit comments