This commit is contained in:
parent
f213c5a711
commit
6c82301844
1 changed files with 5 additions and 2 deletions
|
|
@ -9,7 +9,10 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: debian:bullseye
|
||||||
|
options: --network=host # (Optional, more below)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue