mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 20:37:23 +00:00
fix: release (#695)
This commit is contained in:
parent
c553c70887
commit
76b5b5fa9c
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -181,7 +181,7 @@ jobs:
|
||||
extra_plugins: |
|
||||
@semantic-release/exec@5.0.0
|
||||
- name: Docker Tag Version
|
||||
run: docker tag $REGISTRY/$GITHUB_REPOSITORY${{ steps.vars.outputs.sha_short }} $REGISTRY/$GITHUB_REPOSITORY:$CAOS_NEXT_VERSION
|
||||
run: docker tag $REGISTRY/$GITHUB_REPOSITORY:${{ steps.vars.outputs.sha_short }} $REGISTRY/$GITHUB_REPOSITORY:$CAOS_NEXT_VERSION
|
||||
if: env.CAOS_NEXT_VERSION != ''
|
||||
- name: Docker Tag Latest
|
||||
run: docker tag $REGISTRY/$GITHUB_REPOSITORY:${{ steps.vars.outputs.sha_short }} $REGISTRY/$GITHUB_REPOSITORY:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user