Update .gitea/workflows/workflow_dispatch.yaml

This commit is contained in:
lobo 2025-04-11 23:10:20 +00:00
parent fd7590b0fc
commit 99a2bba779

View file

@ -19,7 +19,7 @@ jobs:
with:
registry: git.lerch.org
username: ${{ github.actor }}
password: ${{ secrets.PACKAGE_PUSH }}
password: ${{ secrets.PACKAGE_PUSH }} # GITHUB_TOKEN?
-
name: Build and push
uses: docker/build-push-action@v6
@ -28,7 +28,7 @@ jobs:
platforms: linux/amd64,linux/arm64
# load: true # will not work for multiplatform
push: true
tags: ${{ github.repository }}:latest
tags: git.lerch.org/${{ github.repository }}:latest
# -
# if: always()
# name: Sleep 5 min