diff --git a/.gitea/workflows/docker-publish.yml b/.gitea/workflows/docker-publish.yml index cb980392..75b7da2f 100644 --- a/.gitea/workflows/docker-publish.yml +++ b/.gitea/workflows/docker-publish.yml @@ -5,8 +5,8 @@ on: branches: [master] env: - REGISTRY: ghcr.io - IMAGE_NAME: coracle-social/flotilla + REGISTRY: gitea.coracle.social + IMAGE_NAME: coracle/flotilla jobs: build-and-push-image: @@ -23,8 +23,8 @@ jobs: uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} - username: ${{ secrets.REGISTRY_USERNAME }} - password: ${{ secrets.REGISTRY_PASSWORD }} + username: ${{ github.actor }} + password: ${{ github.token }} - name: Extract metadata (tags, labels) for Docker id: meta