diff --git a/.gitea/workflows/gitea-bp.yaml b/.gitea/workflows/gitea-bp.yaml index e715c8d..0fc90f6 100644 --- a/.gitea/workflows/gitea-bp.yaml +++ b/.gitea/workflows/gitea-bp.yaml @@ -7,6 +7,12 @@ jobs: container: catthehacker/ubuntu:act-latest steps: + - name: Login to GitHub Container Registry + uses: docker/login-action@v3 + with: + registry: gitea.paddington.fi + username: ${{ github.actor }} + password: ${{ secrets.TOKEN }} - uses: actions/checkout@master - name: Build and push Docker image uses: https://code.thetadev.de/actions/kaniko@v1