This commit is contained in:
@@ -35,11 +35,11 @@ jobs:
|
|||||||
id: get_versions
|
id: get_versions
|
||||||
env:
|
env:
|
||||||
REGISTRY: hub.docker.com
|
REGISTRY: hub.docker.com
|
||||||
REPO: test-deploy
|
REPO: test_deploy
|
||||||
run: |
|
run: |
|
||||||
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=latest,${TAGS%,}" >> $GITHUB_OUTPUT
|
echo "version_options=${TAGS%,}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
echo "Tags: $TAGS"
|
echo "Tags: $TAGS"
|
||||||
echo "Version options: $version_options"
|
echo "Version options: $version_options"
|
||||||
|
Reference in New Issue
Block a user