Fix workflow v2
This commit is contained in:
@@ -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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user