This commit is contained in:
parent
522041cbae
commit
cd53e4c008
1 changed files with 3 additions and 0 deletions
|
@ -53,7 +53,10 @@ jobs:
|
||||||
|
|
||||||
- name: __DEBUG__
|
- name: __DEBUG__
|
||||||
run: |
|
run: |
|
||||||
|
echo "${XDG_RUNTIME_DIR}/containers/auth.json"
|
||||||
[ -r ${XDG_RUNTIME_DIR}/containers/auth.json ] && cat ${XDG_RUNTIME_DIR}/containers/auth.json
|
[ -r ${XDG_RUNTIME_DIR}/containers/auth.json ] && cat ${XDG_RUNTIME_DIR}/containers/auth.json
|
||||||
|
|
||||||
|
echo "~/.docker/config.json"
|
||||||
[ -r ~/.docker/config.json ] && cat ~/.docker/config.json
|
[ -r ~/.docker/config.json ] && cat ~/.docker/config.json
|
||||||
|
|
||||||
- name: Push image
|
- name: Push image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue