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
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.br0tkasten.de
|
registry: git.br0tkasten.de
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ secrets.PACKAGE_USER }}
|
||||||
# access token of the user triggering this action
|
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
# 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 }}
|
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
Reference in New Issue
Block a user