There was an error while loading. Please reload this page.
1 parent 3a5ed5a commit 89ca44dCopy full SHA for 89ca44d
1 file changed
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
- uses: docker/metadata-action@v5
86
id: meta
87
with:
88
- images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.version || github.ref_name }}
+ images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
89
tags: |
90
type=raw,value=${{ github.event.inputs.version || github.ref_name }}
91
type=raw,value=latest
0 commit comments