setup registry secret
All checks were successful
publish-latest / docker (push) Successful in 11s
publish-image / docker (push) Successful in 7s

This commit is contained in:
Johan Lundberg 2026-07-01 11:49:56 +02:00
parent 6720699d0c
commit 299f6cb7fc
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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