Update .github/workflows/release.yaml
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Has been cancelled
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Has been cancelled
This commit is contained in:
parent
76492ad7cb
commit
fcb7da3cc7
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -38,8 +38,8 @@ jobs:
|
|||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: git.d4m13n.dev
|
registry: git.d4m13n.dev
|
||||||
username: ${{ secrets.GITEA_REGISTRY_USER }} # Store your Gitea registry username as a secret
|
username: damienostler1@outlook.com # Store your Gitea registry username as a secret
|
||||||
password: ${{ secrets.GITEA_REGISTRY_TOKEN }} # Store your Gitea registry token/password as a secret
|
password: ${{ secrets.PACKAGE_TOKEN }} # Store your Gitea registry token/password as a secret
|
||||||
|
|
||||||
- name: Extract metadata for Docker
|
- name: Extract metadata for Docker
|
||||||
id: meta
|
id: meta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user