Skip to content

Commit bca47b1

Browse files
committed
fix: fixed typo
1 parent 6970efc commit bca47b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
push: true
6262
sbom: true
6363
provenance: mode=max
64-
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.nextVersion }}
64+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.nextVersion }}
6565
cache-from: type=gha
6666
cache-to: type=gha,mode=max
6767

0 commit comments

Comments
 (0)