This commit is contained in:
@@ -30,9 +30,11 @@ jobs:
|
|||||||
id: get_versions
|
id: get_versions
|
||||||
env:
|
env:
|
||||||
REGISTRY: hub.docker.com
|
REGISTRY: hub.docker.com
|
||||||
REPO: ${{ github.repository_name##*/ }}
|
REPO: ${{ github.repository##*/ }}
|
||||||
run: |
|
run: |
|
||||||
|
REPO2=${github.repository##*/}
|
||||||
echo $REPO
|
echo $REPO
|
||||||
|
echo $REPO2
|
||||||
|
|
||||||
TAGS=$(wget -q -O - "https://$REGISTRY/v2/namespaces/molvaapp/repositories/$REPO/tags?page_size=100" | jq -r '.results[].name' | tr '\n' ',')
|
TAGS=$(wget -q -O - "https://$REGISTRY/v2/namespaces/molvaapp/repositories/$REPO/tags?page_size=100" | jq -r '.results[].name' | tr '\n' ',')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user