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

View File

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