mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-02 23:03:57 +08:00
chore: 去除镜像版本多余的v前缀
This commit is contained in:
2
.github/workflows/backend-ci-cd.yml
vendored
2
.github/workflows/backend-ci-cd.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/frontend-ci-cd.yml
vendored
4
.github/workflows/frontend-ci-cd.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user