diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index dc53378..dd63f49 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -12,9 +12,16 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 + - + name: Login to Gitea Container Registry + uses: docker/login-action@v3 + with: + registry: git.marcelsite.com + username: ${{ github.repository_owner }} + password: ${{ secrets.SECRET_TOKEN }} - name: Build and push uses: docker/build-push-action@v4 with: push: true - tags: git.marcelsite.com/marcel/rar-index-app:latest \ No newline at end of file + tags: marcel/rar-index-app:latest \ No newline at end of file