mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-05-05 22:57:07 +00:00
Use an existing image
(we never built a v0.0.1 image) Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
parent
e933ba05d5
commit
b9f6893e28
2
.github/workflows/tool-image.yml
vendored
2
.github/workflows/tool-image.yml
vendored
@ -65,4 +65,4 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.prep.outputs.tags }}
|
||||
build-args: |
|
||||
ENKI_VERSION=0.0.1
|
||||
ENKI_VERSION=v0.0.2
|
||||
|
@ -1,7 +1,7 @@
|
||||
# https://quay.io/repository/kairos/packages?tab=tags&tag=latest
|
||||
ARG LEAP_VERSION=15.5
|
||||
ARG LUET_VERSION=0.34.0
|
||||
ARG ENKI_VERSION=0.0.1
|
||||
ARG ENKI_VERSION=v0.0.2
|
||||
|
||||
FROM quay.io/luet/base:$LUET_VERSION AS luet
|
||||
FROM quay.io/kairos/enki:${ENKI_VERSION} as enki
|
||||
|
Loading…
Reference in New Issue
Block a user