File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments