Add VERSION to image names

This commit is contained in:
uazo 2023-03-08 17:51:57 +09:00 committed by GitHub
parent b0e084df8e
commit 42a26fd1db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
ARG BROMITE_SHA
ARG VERSION
FROM uazo/bromite:$BROMITE_SHA
FROM uazo/bromite:$VERSION-$BROMITE_SHA
ARG HTTP_PROXY
ENV HTTP_PROXY=$HTTP_PROXY