diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index b869be3..ce7c396 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -10,5 +10,11 @@ jobs: uses: actions/checkout@v4 - run: | docker build -t git.unixyourbrain.org/beastie/runner-custom:latest . + - run: | + echo "ea3f3b210bf527147657719ea194264acedce483" | \ + docker login --username beastie --password-stdin \ + https://git.unixyourbrain.org/ - run: | docker push git.unixyourbrain.org/beastie/runner-custom:latest + - run: | + docker logout