diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c46da79..7d380dd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: base-image: - - quay.io/kairos/core-opensuse:v1.5.0 + - quay.io/kairos/core-opensuse-leap:v1.5.0 - quay.io/kairos/core-ubuntu-20-lts:v1.5.0 - quay.io/kairos/core-ubuntu-22-lts:v1.5.0 k3s-version: diff --git a/Earthfile b/Earthfile index 456a7d2..236dccb 100644 --- a/Earthfile +++ b/Earthfile @@ -1,7 +1,7 @@ VERSION 0.6 FROM alpine -ARG BASE_IMAGE=quay.io/kairos/core-opensuse:latest +ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:latest ARG IMAGE_REPOSITORY=quay.io/kairos ARG LUET_VERSION=0.33.0