Update .gitea/workflows/workflow_dispatch.yaml

This commit is contained in:
lobo 2025-04-11 23:12:18 +00:00
parent 99a2bba779
commit b5b383748f

View file

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