Fix workflow v2
Some checks failed
Build and Deploy / login (push) Successful in 19s
Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
Antoni Nuñez Romeu
2026-04-17 15:50:50 +02:00
parent 40411bb179
commit ed59f34296

View File

@@ -12,11 +12,12 @@ jobs:
login: login:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Login to Registry (scoped) - name: Login to Registry (scoped)
uses: docker/login-action@v4 uses: docker/login-action@v4
with: with:
username: ${{ vars.DOCKER_USERNAME }} registry: ${{ secrets.DOCKER_REGISTRY }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }} password: ${{ secrets.DOCKER_TOKEN }}
scope: 'hacecalor/fichajes@push' scope: 'hacecalor/fichajes@push'