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' }}
|
||||
runs-on: docker
|
||||
container:
|
||||
image: registry.durp.info/ubuntu:latest
|
||||
image: ubuntu:latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
if: ${{ github.event.inputs.SCRIPT == 'k3s' }}
|
||||
runs-on: docker
|
||||
container:
|
||||
image: registry.durp.info/ubuntu:latest
|
||||
image: ubuntu:latest
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue