We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c7900 commit c224cfcCopy full SHA for c224cfc
.github/workflows/build-image.yml
@@ -40,7 +40,7 @@ jobs:
40
id: meta
41
uses: docker/metadata-action@v4
42
with:
43
- images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}
+ images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
44
tags: |
45
${{ github.event.release.tag_name }}
46
labels: |
0 commit comments