test actions
This commit is contained in:
parent
ae7cb18072
commit
5d1f4dedce
@ -162,8 +162,8 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [[ ! -z "$REGISTRY_AUTH_JSON" ]]; then
|
if [[ ! -z "$REGISTRY_AUTH_JSON" ]]; then
|
||||||
mkdir -p /root/.docker
|
mkdir -p /home/runner/.docker
|
||||||
echo "$REGISTRY_AUTH_JSON" > /root/.docker/config.json
|
echo "$REGISTRY_AUTH_JSON" > /home/runner/.docker/config.json
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: collect tags
|
- name: collect tags
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user