Fix workflow naming v2
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: hacecalor/fichajes:${{ github.run_number }}
|
tags: ${{ secrets.DOCKER_REGISTRY }}/hacecalor/fichajes:${{ github.run_number }}
|
||||||
|
|
||||||
- name: Connect to remote host
|
- name: Connect to remote host
|
||||||
uses: appleboy/ssh-action@v1
|
uses: appleboy/ssh-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user