upgrade actions and alpine version

This commit is contained in:
Lukas Prettenthaler 2025-02-16 14:49:58 +01:00
parent 8551038de7
commit a6ffe6d690
No known key found for this signature in database
GPG Key ID: 58E5A82932BCE65D
3 changed files with 5 additions and 13 deletions

View File

@ -12,12 +12,11 @@ on:
env:
IMAGE_NAME: zerotier
STORAGE_DRIVER: overlay
jobs:
build:
name: Build images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
@ -60,16 +59,13 @@ jobs:
push:
name: Publish images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
environment: production
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
- name: Setup podman and buildah
uses: zyclonite/setup-podman@v1
- name: Import images
run: |
podman load -i ./image-amd64/image.tar

View File

@ -16,12 +16,11 @@ on:
env:
IMAGE_NAME: zerotier
STORAGE_DRIVER: overlay
jobs:
build:
name: Build images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
@ -69,16 +68,13 @@ jobs:
push:
name: Publish images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
environment: production
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
- name: Setup podman and buildah
uses: zyclonite/setup-podman@v1
- name: Import images
run: |
podman load -i ./image-amd64-router/image.tar

View File

@ -1,5 +1,5 @@
ARG ALPINE_IMAGE=alpine
ARG ALPINE_VERSION=3.20
ARG ALPINE_VERSION=3.21
ARG ZT_COMMIT=185a3a2c76e6bf1b1c0415871f43076638eb007c
ARG ZT_VERSION=1.14.2