update base images
This commit is contained in:
parent
5147a8ccf8
commit
5b3b0fc4ed
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user