diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index d1494fc..591b233 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -19,8 +19,8 @@ jobs: - name: Log in to Gitea Container Registry uses: docker/login-action@v1 with: - password: ${{ secrets.GITEA_PASSWORD }} - username: ${{ secrets.GITEA_USERNAME }} + password: ${{ secrets.PASSWORD }} + username: ${{ secrets.USERNAME }} registry: http://git.thecodedom.com:3000 - name: Build and push Docker image