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

This commit is contained in:
Antoni Nuñez Romeu
2026-04-17 15:54:08 +02:00
parent ed59f34296
commit 770a4c156c

View File

@@ -28,10 +28,10 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build Docker image - name: Build Docker image
run: docker build -t my-app . run: docker build -t fichajes .
- name: Tag Docker image - name: Tag Docker image
run: docker tag my-app my-registry/my-app:${{ github.run_number }} run: docker tag fichajes hacecalor/fichajes:${{ github.run_number }}
- name: Push Docker image to registry - name: Push Docker image to registry
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2