setup registry secret
This commit is contained in:
parent
6720699d0c
commit
299f6cb7fc
2 changed files with 4 additions and 4 deletions
|
|
@ -20,8 +20,8 @@ jobs:
|
|||
- uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.snakedesert.se
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- uses: docker/metadata-action@v5
|
||||
id: meta
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ jobs:
|
|||
- uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.snakedesert.se
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- uses: docker/metadata-action@v5
|
||||
id: meta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue