This commit is contained in:
@@ -32,9 +32,7 @@ jobs:
|
|||||||
REGISTRY: hub.docker.com
|
REGISTRY: hub.docker.com
|
||||||
REPO: ${{ github.repository##*/ }}
|
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