diff --git a/.github/workflows/backend-ci-cd.yml b/.github/workflows/backend-ci-cd.yml index 4b70464..a313152 100644 --- a/.github/workflows/backend-ci-cd.yml +++ b/.github/workflows/backend-ci-cd.yml @@ -98,7 +98,7 @@ jobs: push: true platforms: linux/amd64, linux/arm64 tags: | - ${{ env.REGISTRY }}/backend:v${{ steps.get_version.outputs.VERSION }} + ${{ env.REGISTRY }}/backend:${{ steps.get_version.outputs.VERSION }} ${{ env.REGISTRY }}/backend:latest build-args: | GOCACHE=/tmp/go-build diff --git a/.github/workflows/frontend-ci-cd.yml b/.github/workflows/frontend-ci-cd.yml index b7c0eb1..3980766 100644 --- a/.github/workflows/frontend-ci-cd.yml +++ b/.github/workflows/frontend-ci-cd.yml @@ -127,7 +127,7 @@ jobs: push: true platforms: linux/amd64, linux/arm64 tags: | - ${{ env.REGISTRY }}/frontend:v${{ needs.build.outputs.version }} + ${{ env.REGISTRY }}/frontend:${{ needs.build.outputs.version }} ${{ env.REGISTRY }}/frontend:latest cache-from: type=gha - cache-to: type=gha,mode=max + cache-to: type=gha,mode=max \ No newline at end of file