Skip to content

Commit

Permalink
chore: Docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ybgbob committed Aug 29, 2024
1 parent 9dba878 commit 7b655e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mainnet-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# [ "$VERSION" == "master" ] && VERSION=latest
echo IMAGE_NAME=$IMAGE_NAME
echo VERSION=${GITHUB_SHA::8}
docker tag $IMAGE_NAME $IMAGE_NAME:${GITHUB_SHA::8}
# docker tag $IMAGE_NAME $IMAGE_NAME:${GITHUB_SHA::8}
docker tag $IMAGE_NAME $IMAGE_NAME:latest
docker push $IMAGE_NAME:${GITHUB_SHA::8}
# docker push $IMAGE_NAME:${GITHUB_SHA::8}
docker push $IMAGE_NAME:latest

0 comments on commit 7b655e1

Please sign in to comment.