Something wierd going on
/ test (push) Failing after 1m14s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-23 16:18:05 +00:00
parent 7807627a07
commit a0b3b1bce3
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- run: pwd ; echo ""; ls
- run: chmod -R 777 /var/run/docker*
- 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