environment maybe?
/ test (push) Failing after 56s
Details
/ test (push) Failing after 56s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
a0b3b1bce3
commit
c5b27d74c7
|
@ -2,13 +2,14 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
env:
|
||||||
|
DOCKER_HOST=tcp://localhost:2367
|
||||||
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
|
||||||
- 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
|
||||||
- run: chmod -R 777 /var/run/docker*
|
|
||||||
- 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