This commit is contained in:
DeveloperDurp 2026-05-20 04:56:13 -05:00
parent bd8fb2a566
commit 71f521362f

View file

@ -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: