This commit is contained in:
smf
2024-03-08 10:26:27 +08:00
parent 7887197ac7
commit ba03742d81

View File

@@ -23,11 +23,16 @@ on:
required: false required: false
type: string type: string
default: 'http://192.168.0.20:7890' default: 'http://192.168.0.20:7890'
runs_on:
required: false
type: string
default: 'ubuntu_act_on_20'
jobs: jobs:
publish-docker-image: publish-docker-image:
runs-on: ubuntu_act_on_20 runs-on: ${{ inputs.runs_on }}
# container: # container:
# image: catthehacker/ubuntu:act-latest # image: catthehacker/ubuntu:act-latest
env: env: