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:
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue