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