Skip to content

Commit

Permalink
Bump enki to 0.0.3
Browse files Browse the repository at this point in the history
to make use of: kairos-io/enki#16

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
jimmykarily committed Nov 22, 2023
1 parent 66e9e7a commit 89b014b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tool-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
push: true
tags: ${{ steps.prep.outputs.tags }}
build-args: |
ENKI_VERSION=v0.0.2
ENKI_VERSION=v0.0.3
2 changes: 1 addition & 1 deletion tools-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -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=v0.0.2
ARG ENKI_VERSION=v0.0.3

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

0 comments on commit 89b014b

Please sign in to comment.