Fix workflow naming v2
Some checks failed
Build and Deploy / login (push) Successful in 17s
Build and Deploy / build-and-deploy (push) Failing after 6m41s

This commit is contained in:
Antoni Nuñez Romeu
2026-04-17 16:07:20 +02:00
parent 770a4c156c
commit 3205c867f8

View File

@@ -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