feat: Try to add auto container naming
All checks were successful
Build Docker / BuildSite (push) Successful in 30s

This commit is contained in:
Nathan Woodburn 2024-06-17 15:55:30 +10:00
parent 842f693bc7
commit 5d71e5fe79
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -35,7 +35,10 @@ jobs:
echo "tag=$tag" echo "tag=$tag"
echo "tag_num=$tag_num" echo "tag_num=$tag_num"
echo "Git repo name: $GITHUB_REPOSITORY" repo=$GITHUB_REPOSITORY
# Remove the org name
repo=${repo#*/}
echo "repo=$repo"