diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 9cf5520..244fef3 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -5,6 +5,9 @@ jobs: steps: - run: echo All Good - 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 push git.martyn.berlin/martyn/fat-ssh:latest