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