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