Skip to content

Commit b9f6893

Browse files
committed
Use an existing image
(we never built a v0.0.1 image) Signed-off-by: Dimitris Karakasilis <[email protected]>
1 parent e933ba0 commit b9f6893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tool-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
push: true
6666
tags: ${{ steps.prep.outputs.tags }}
6767
build-args: |
68-
ENKI_VERSION=0.0.1
68+
ENKI_VERSION=v0.0.2

tools-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://quay.io/repository/kairos/packages?tab=tags&tag=latest
22
ARG LEAP_VERSION=15.5
33
ARG LUET_VERSION=0.34.0
4-
ARG ENKI_VERSION=0.0.1
4+
ARG ENKI_VERSION=v0.0.2
55

66
FROM quay.io/luet/base:$LUET_VERSION AS luet
77
FROM quay.io/kairos/enki:${ENKI_VERSION} as enki

0 commit comments

Comments
 (0)