fucking around
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -47,5 +47,4 @@ jobs:
|
||||
steps:
|
||||
- name: Get tag list
|
||||
run: |
|
||||
TAGS=`curl -s -u "${{ secrets.REGISTRY_USER }}:${{ secrets.REGISTRY_PASS }}" https://${{ secrets.REGISTRY_PATH }}/v2/umbrella/tags/list | jq -r ".tags[]" | head -n $(( $(wc -l) - 5))`
|
||||
echo $TAGS
|
||||
curl -s -u "${{ secrets.REGISTRY_USER }}:${{ secrets.REGISTRY_PASS }}" https://${{ secrets.REGISTRY_PATH }}/v2/umbrella/tags/list | jq -r ".tags[]" | head -n $(( $(wc -l) - 5))
|
||||
|
||||
Reference in New Issue
Block a user