diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 09c3de0..d30392f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -37,7 +37,7 @@ jobs: uses: docker/build-push-action@v2 with: push: true - tags: hacecalor/fichajes:${{ github.run_number }} + tags: ${{ secrets.DOCKER_REGISTRY }}/hacecalor/fichajes:${{ github.run_number }} - name: Connect to remote host uses: appleboy/ssh-action@v1