This commit is contained in:
@@ -32,6 +32,8 @@ jobs:
|
|||||||
REGISTRY: hub.docker.com
|
REGISTRY: hub.docker.com
|
||||||
REPO: ${{ github.repository }}
|
REPO: ${{ github.repository }}
|
||||||
run: |
|
run: |
|
||||||
|
echo $REPO
|
||||||
|
|
||||||
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' ',')
|
||||||
|
|
||||||
echo "version_options=${TAGS%,}" >> $GITHUB_OUTPUT
|
echo "version_options=${TAGS%,}" >> $GITHUB_OUTPUT
|
||||||
|
Reference in New Issue
Block a user