This commit is contained in:
@@ -18,6 +18,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
REPO_NAME=$(echo $REPO | cut -d'/' -f2)
|
REPO_NAME=$(echo $REPO | cut -d'/' -f2)
|
||||||
|
|
||||||
TAGS=$(wget -q -O - "https://$REGISTRY/v2/namespaces/molvaapp/repositories/$REPO/tags?page_size=100" | jq -r '.results[].name')
|
TAGS=$(wget -q -O - "https://$REGISTRY/v2/namespaces/molvaapp/repositories/$REPO_NAME/tags?page_size=100" | jq -r '.results[].name')
|
||||||
|
|
||||||
echo "Available versions:\n$TAGS"
|
echo "Available versions:\n$TAGS"
|
Reference in New Issue
Block a user