feat: moved repository to apps org, updated ci pipeline credentials
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 48s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 48s
This commit is contained in:
@@ -18,11 +18,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.br0tkasten.de
|
||||
username: ${{ gitea.actor }}
|
||||
# access token of the user triggering this action
|
||||
# in gitea -> user settings -> applications -> new token -> write:packages and write:repositories
|
||||
# then in gitea -> user settings -> actions -> secrets -> add new secret named "TOKEN" with the value of the access token.
|
||||
password: ${{ secrets.TOKEN }}
|
||||
username: ${{ secrets.PACKAGE_USER }}
|
||||
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user