mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2025-03-03 16:01:13 +01:00
upgrade actions and alpine version
This commit is contained in:
parent
8551038de7
commit
a6ffe6d690
8
.github/workflows/multiarch.yml
vendored
8
.github/workflows/multiarch.yml
vendored
@ -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
|
||||
|
8
.github/workflows/router.yml
vendored
8
.github/workflows/router.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user