feat: Try to add auto container naming
All checks were successful
Build Docker / BuildSite (push) Successful in 30s
All checks were successful
Build Docker / BuildSite (push) Successful in 30s
This commit is contained in:
parent
842f693bc7
commit
5d71e5fe79
@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user