env.
/ test (push) Failing after 1m12s
Details
/ test (push) Failing after 1m12s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
c5b27d74c7
commit
67951a497b
|
@ -9,7 +9,7 @@ jobs:
|
||||||
- run: apt update && apt install docker.io -y
|
- run: apt update && apt install docker.io -y
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: pwd ; echo ""; ls
|
- run: pwd ; echo ""; ls; env
|
||||||
- run: docker build -t git.martyn.berlin/martyn/fat-ssh:latest .
|
- run: docker build -t git.martyn.berlin/martyn/fat-ssh:latest .
|
||||||
- run: docker login -P ${{ secrets.PUSH_TOKEN }} -u martyn git.martyn.berlin
|
- run: docker login -P ${{ secrets.PUSH_TOKEN }} -u martyn git.martyn.berlin
|
||||||
- run: docker push git.martyn.berlin/martyn/fat-ssh:latest
|
- run: docker push git.martyn.berlin/martyn/fat-ssh:latest
|
||||||
|
|
Loading…
Reference in New Issue