mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
update workflow
This commit is contained in:
parent
c48c28120b
commit
96b1379d6c
4 changed files with 43 additions and 79 deletions
|
|
@ -1,13 +1,13 @@
|
|||
ARG version=39
|
||||
ARG VERSION=39
|
||||
|
||||
FROM fedora:${version}
|
||||
FROM fedora:${VERSION}
|
||||
|
||||
ENV ARCH="x86_64"
|
||||
ENV IMAGE_NAME="base-main"
|
||||
ENV IMAGE_REPO="ghcr.io/ublue-os"
|
||||
ENV IMAGE_TAG="${version}"
|
||||
ENV IMAGE_TAG="${VERSION}"
|
||||
ENV VARIANT="Kinoite"
|
||||
ENV VERSION="${version}"
|
||||
ENV VERSION="${VERSION}"
|
||||
ENV WEB_UI="false"
|
||||
|
||||
COPY / /isogenerator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue