mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-07-06 11:00:33 -05:00
update
This commit is contained in:
parent
bd8fb2a566
commit
71f521362f
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
if: ${{ github.event.inputs.SCRIPT == 'base' }}
|
if: ${{ github.event.inputs.SCRIPT == 'base' }}
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: registry.durp.info/ubuntu:latest
|
image: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
if: ${{ github.event.inputs.SCRIPT == 'k3s' }}
|
if: ${{ github.event.inputs.SCRIPT == 'k3s' }}
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: registry.durp.info/ubuntu:latest
|
image: ubuntu:latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue