File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9898 push : true
9999 platforms : linux/amd64, linux/arm64
100100 tags : |
101- ${{ env.REGISTRY }}/backend:v ${{ steps.get_version.outputs.VERSION }}
101+ ${{ env.REGISTRY }}/backend:${{ steps.get_version.outputs.VERSION }}
102102 ${{ env.REGISTRY }}/backend:latest
103103 build-args : |
104104 GOCACHE=/tmp/go-build
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 push : true
128128 platforms : linux/amd64, linux/arm64
129129 tags : |
130- ${{ env.REGISTRY }}/frontend:v ${{ needs.build.outputs.version }}
130+ ${{ env.REGISTRY }}/frontend:${{ needs.build.outputs.version }}
131131 ${{ env.REGISTRY }}/frontend:latest
132132 cache-from : type=gha
133- cache-to : type=gha,mode=max
133+ cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments