We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e17c4dd + dbd5827 commit 8724b7cCopy full SHA for 8724b7c
2 files changed
.github/workflows/backend-ci-cd.yml
@@ -98,7 +98,7 @@ jobs:
98
push: true
99
platforms: linux/amd64, linux/arm64
100
tags: |
101
- ${{ env.REGISTRY }}/backend:v${{ steps.get_version.outputs.VERSION }}
+ ${{ env.REGISTRY }}/backend:${{ steps.get_version.outputs.VERSION }}
102
${{ env.REGISTRY }}/backend:latest
103
build-args: |
104
GOCACHE=/tmp/go-build
.github/workflows/frontend-ci-cd.yml
@@ -127,7 +127,7 @@ jobs:
127
128
129
130
- ${{ env.REGISTRY }}/frontend:v${{ needs.build.outputs.version }}
+ ${{ env.REGISTRY }}/frontend:${{ needs.build.outputs.version }}
131
${{ env.REGISTRY }}/frontend:latest
132
cache-from: type=gha
133
- cache-to: type=gha,mode=max
+ cache-to: type=gha,mode=max
0 commit comments