Compare commits

...

4 Commits

Author SHA1 Message Date
Conventional Changelog Action
57afc23fd7 chore 🤖: Release v1.2.3 [skip ci] 2025-10-26 16:28:50 +00:00
Josh Jacobs
ab60a1c20e chore: adjust Docker build workflow to conditionally push images 2025-10-26 16:24:01 +00:00
Josh Jacobs
e0c38935ba Merge branch 'main' of github.com:dangeroustech/ZeroTierBridge 2025-10-26 16:21:53 +00:00
Josh Jacobs
57390dc7c1 chore: standardize Dockerfile syntax for clarity 2025-10-26 16:19:28 +00:00
4 changed files with 8 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to Registry
if: github.event_name != 'pull_request'
id: login
uses: docker/login-action@v3
with:
@@ -57,7 +58,7 @@ jobs:
context: .
build-args: |
VERSION=1.12.2
push: true
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY_IMAGE }}:latest
cache-from: type=gha

View File

@@ -1,3 +1,7 @@
## [1.2.3](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.2.2...v1.2.3) (2025-10-26)
## [1.2.2](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.2.1...v1.2.2) (2025-10-26)

View File

@@ -1,4 +1,4 @@
FROM debian:12.6 as stage
FROM debian:12.6 AS stage
ARG PACKAGE_BASEURL=https://download.zerotier.com/debian/bookworm/pool/main/z/zerotier-one
ARG TARGETARCH
ARG VERSION=1.12.2

View File

@@ -1,3 +1,3 @@
{
"version": "1.2.2"
"version": "1.2.3"
}