Skip to content

Commit 8e6036b

Browse files
committed
fix: next version으로 이미지 태그 생성
1 parent de4ce35 commit 8e6036b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4242
tags: |
4343
type=raw,value=latest
44-
type=raw,value=${{ needs.release.outputs.current_version }}
44+
type=raw,value=${{ needs.release.outputs.next_version }}
4545
4646
- uses: docker/build-push-action@v6
4747
with:

0 commit comments

Comments
 (0)