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