Skip to content

Commit ea78819

Browse files
committed
build(action): Add Proper tagging
1 parent 16fcbfe commit ea78819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
target: production
5555
platforms: linux/amd64,linux/arm64
5656
push: true
57-
tags: ghcr.io/${{ github.repository_owner }}/finapi:${{ env.COMMIT_SHORT_SHA }},ghcr.io/${{ github.repository_owner }}/finapi:${{ env.GIT_TAG }},
57+
tags: ghcr.io/${{ github.repository_owner }}/finapi:latest,ghcr.io/${{ github.repository_owner }}/finapi:${{ env.GIT_TAG }},
5858
cache-from: type=gha
5959
cache-to: type=gha,mode=max
6060

0 commit comments

Comments
 (0)