We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee2244 commit 786dd3fCopy full SHA for 786dd3f
.github/workflows/draft-release.yaml
@@ -35,10 +35,10 @@ jobs:
35
with:
36
context: .
37
push: true
38
- tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.GITHUB_REF_NAME }}
+ tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
39
# Update infrastructure manifest with new image tag
40
- name: Update infrastructure manifest
41
- run: IMG_TAG=${{ env.GITHUB_REF_NAME }} make generate-infra-yaml
+ run: IMG_TAG=${{ github.ref_name }} make generate-infra-yaml
42
# Create release
43
- name: Create release
44
uses: ncipollo/release-action@v1
0 commit comments