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 0ebe6e1 commit c0ac4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testnet-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Strip "v" prefix from tag name
# [[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
# Use Docker `latest` tag convention
# [ "$VERSION" == "master" ] && VERSION=latest
# [ "$VERSION" == "master" ] && VERSION=testnet
echo IMAGE_NAME=$IMAGE_NAME
echo VERSION=${GITHUB_SHA::8}
docker tag $IMAGE_NAME testnet-$IMAGE_NAME:${GITHUB_SHA::8}
Expand Down

0 comments on commit c0ac4de

Please sign in to comment.