ytho
/ test (push) Failing after 1m17s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-23 16:26:31 +00:00
parent 67951a497b
commit 398452db5f
1 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- run: pwd ; echo ""; ls; env
- 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
- run: DOCKER_HOST=tcp://localhost:2367 docker build -t git.martyn.berlin/martyn/fat-ssh:latest .
- run: DOCKER_HOST=tcp://localhost:2367 docker login -P ${{ secrets.PUSH_TOKEN }} -u martyn git.martyn.berlin
- run: DOCKER_HOST=tcp://localhost:2367 docker push git.martyn.berlin/martyn/fat-ssh:latest