runs-on
This commit is contained in:
7
.github/workflows/publish_docker.yml
vendored
7
.github/workflows/publish_docker.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user