update base images

This commit is contained in:
Astound 2024-07-21 10:26:05 +08:00
parent 5147a8ccf8
commit 5b3b0fc4ed
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56
2 changed files with 3 additions and 8 deletions

View File

@ -32,13 +32,8 @@ jobs:
- name: Download Hyperbola tarballs
run: |
wget https://archive.fridu.us/hyperbola/iso/2024.05.06/hyperbola-bootstrap-x86_64.tar.gz
wget https://archive.fridu.us/hyperbola/iso/2024.05.06/hyperbola-bootstrap-i686.tar.gz
- name: Get Meta
id: meta
run: |
echo IMAGE_VERSION=$(date -u +'%d.%m.%y') | tee -a $GITHUB_OUTPUT
curl -O https://archive.fridu.us/hyperbola/iso/2024.07.21/hyperbola-bootstrap-x86_64.tar.gz
curl -O https://archive.fridu.us/hyperbola/iso/2024.07.21/hyperbola-bootstrap-i686.tar.gz
- name: Build and push Hyperbola images
id: build

View File

@ -2,7 +2,7 @@
# Variables
DEFAULT_TAG="v0.4.4"
DEFAULT_RELEASE="2024.05.06"
DEFAULT_RELEASE="2024.07.21"
LATEST_TAG="latest"
# Function to display help