Update .gitea/workflows/workflow_dispatch.yaml
This commit is contained in:
parent
fd7590b0fc
commit
99a2bba779
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue