test actions
This commit is contained in:
parent
efc905b633
commit
ad15879116
@ -72,10 +72,6 @@ inputs:
|
||||
description: ""
|
||||
default: "true"
|
||||
|
||||
debug-step:
|
||||
description: ""
|
||||
default: "false"
|
||||
|
||||
push-tags:
|
||||
description: ""
|
||||
default: "true"
|
||||
@ -127,10 +123,13 @@ runs:
|
||||
fi
|
||||
|
||||
echo "CI_REGISTRY=$CI_REGISTRY" >> $GITHUB_ENV
|
||||
echo "extract CI_REGISTRY=$CI_REGISTRY"
|
||||
|
||||
REGISTRY_TARGETS="$CI_REGISTRY/$GITHUB_REPOSITORY"
|
||||
echo "REGISTRY_TARGETS=$REGISTRY_TARGETS" >> $GITHUB_ENV
|
||||
|
||||
echo "adding $CI_REGISTRY/$GITHUB_REPOSITORY to registry targets"
|
||||
|
||||
- name: add additional registries
|
||||
shell: bash
|
||||
run: |
|
||||
@ -141,7 +140,7 @@ runs:
|
||||
REGISTRY="$REGISTRY:"
|
||||
fi
|
||||
|
||||
debug_log "adding $REGISTRY to REGISTRY_TARGETS"
|
||||
echo "adding $REGISTRY to REGISTRY_TARGETS"
|
||||
|
||||
REGISTRY_TARGETS="$REGISTRY_TARGETS,$REGISTRY"
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user