ci: enable manual workflow dispatch
This commit is contained in:
3
.github/workflows/java.yml
vendored
3
.github/workflows/java.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: build java
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
@@ -40,4 +41,4 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/parkervcp/yolks:java_${{ matrix.tag }}
|
||||
ghcr.io/parkervcp/yolks:java_${{ matrix.tag }}
|
||||
|
Reference in New Issue
Block a user