Skip to content

Commit

Permalink
ZKUI-289: Correct the tag name when retag the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengYanJin committed Nov 4, 2022
1 parent cd15a5a commit 0234366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Retag the docker image
run: |
docker pull registry.scality.com/zenko-ui-dev/zenko-ui:$GITHUB_SHA
docker tag registry.scality.com/zenko-ui-dev/zenko-ui:$GITHUB_SHA registry.scality.com/zenko-ui/zenko-ui:$GITHUB_REF
docker push registry.scality.com/zenko-ui/zenko-ui:$GITHUB_REF
docker tag registry.scality.com/zenko-ui-dev/zenko-ui:$GITHUB_SHA registry.scality.com/zenko-ui/zenko-ui:$GITHUB_REF_NAME
docker push registry.scality.com/zenko-ui/zenko-ui:$GITHUB_REF_NAME

0 comments on commit 0234366

Please sign in to comment.