Update build-container.sh

This commit is contained in:
Oskar 2023-03-29 22:49:59 +02:00 committed by GitHub
parent 6c7ce8af61
commit cda3d32a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ cd "${ROOT_DIR}"
echo "::endgroup::"
VERSION="$(compgen -G "${ROOT_DIR}/*.src.tar.gz" | grep -Po '([\d\.]+-\d*)')"
VERSION="$(date +%s)"
NAME="packages"
ID="$(echo "$REGISTRY"/$NAME | tr '[A-Z]' '[a-z]')"
REF="$(echo "$GH_REF" | sed -e 's,.*/\(.*\),\1,')"