Skip to content

Commit 89ca44d

Browse files
committed
fix: Update image tags in release workflow
- Removed versioning from image tags in the release workflow to simplify the tagging process.
1 parent 3a5ed5a commit 89ca44d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: docker/metadata-action@v5
8686
id: meta
8787
with:
88-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.version || github.ref_name }}
88+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
8989
tags: |
9090
type=raw,value=${{ github.event.inputs.version || github.ref_name }}
9191
type=raw,value=latest

0 commit comments

Comments
 (0)