Update .gitea/workflows/workflow_dispatch.yaml
This commit is contained in:
parent
99a2bba779
commit
b5b383748f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: git.lerch.org
|
registry: git.lerch.org
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.PACKAGE_PUSH }} # GITHUB_TOKEN?
|
password: ${{ secrets.GITHUB_TOKEN }} # PACKAGE_PUSH?
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|
Loading…
Add table
Reference in a new issue