diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 762f889..42452b1 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -4,7 +4,7 @@ jobs: runs-on: docker steps: - run: echo All Good - - run: apt update && apt install docker-ce + - run: apt update && apt install docker.io - 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