-y
/ test (push) Failing after 44s
Details
/ test (push) Failing after 44s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
f765d1cc28
commit
063258e8c7
|
@ -4,7 +4,7 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- run: apt update && apt install docker.io
|
||||
- run: apt update && apt install docker.io -y
|
||||
- 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 push git.martyn.berlin/martyn/fat-ssh:latest
|
||||
|
|
Loading…
Reference in New Issue