Skip to content

Commit 475b84b

Browse files
committed
cicd: changed initial release version #minor
1 parent db8c1dc commit 475b84b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
push: true
101101
tags: |
102102
ghcr.io/${{ github.repository }}/management:${{ needs.release.outputs.new_tag }}
103-
${{ needs.release.outputs.part != 'patch' && 'ghcr.io/${{ github.repository }}/management:latest' || '' }}
103+
ghcr.io/${{ github.repository }}/management:latest
104104
labels: ${{ steps.meta.outputs.labels }}
105105
cache-from: type=gha
106106
cache-to: type=gha,mode=max
@@ -116,7 +116,7 @@ jobs:
116116
push: true
117117
tags: |
118118
ghcr.io/${{ github.repository }}/api:${{ needs.release.outputs.new_tag }}
119-
${{ needs.release.outputs.part != 'patch' && 'ghcr.io/${{ github.repository }}/api:latest' || '' }}
119+
ghcr.io/${{ github.repository }}/api:latest
120120
labels: ${{ steps.meta.outputs.labels }}
121121
cache-from: type=gha
122122
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)