diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index aa4321c..78e68ad 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -40,8 +40,8 @@ jobs: uses: https://gitea.com/docker/login-action@v2 with: registry: git.pintantan.com - username: ${{ gitea.actor }} - password: ${{ gitea.token }} + username: $DOCKER_USERNAME + password: $DOCKER_PASSWORD - name: Build and push Docker image uses: https://gitea.com/docker/build-push-action@v4