Skip to content

Commit c224cfc

Browse files
committed
fix
1 parent c5c7900 commit c224cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: meta
4141
uses: docker/metadata-action@v4
4242
with:
43-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}
43+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4444
tags: |
4545
${{ github.event.release.tag_name }}
4646
labels: |

0 commit comments

Comments
 (0)