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 c0ac4de commit 9dba878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testnet-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# [ "$VERSION" == "master" ] && VERSION=testnet
echo IMAGE_NAME=$IMAGE_NAME
echo VERSION=${GITHUB_SHA::8}
docker tag $IMAGE_NAME testnet-$IMAGE_NAME:${GITHUB_SHA::8}
docker tag $IMAGE_NAME $IMAGE_NAME:${GITHUB_SHA::8}
docker tag $IMAGE_NAME $IMAGE_NAME:testnet
docker push testnet-$IMAGE_NAME:${GITHUB_SHA::8}
docker push $IMAGE_NAME:${GITHUB_SHA::8}
docker push $IMAGE_NAME:testnet

0 comments on commit 9dba878

Please sign in to comment.