.
/ test (push) Failing after 2m21s
Details
/ test (push) Failing after 2m21s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
063258e8c7
commit
7807627a07
|
@ -5,6 +5,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: echo All Good
|
||||||
- run: apt update && apt install docker.io -y
|
- run: apt update && apt install docker.io -y
|
||||||
- run: docker build -t git.martyn.berlin/martyn/fat-ssh:latest
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- run: pwd ; echo ""; ls
|
||||||
|
- 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