Fix workflow v2
This commit is contained in:
@@ -16,7 +16,8 @@ jobs:
|
||||
- name: Login to Registry (scoped)
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
username: ${{ vars.DOCKER_USERNAME }}
|
||||
registry: ${{ secrets.DOCKER_REGISTRY }}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
scope: 'hacecalor/fichajes@push'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user