mirror of
https://github.com/dangeroustech/ZeroTierBridge.git
synced 2025-12-06 09:06:58 +00:00
Compare commits
6 Commits
general-up
...
v1.2.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57afc23fd7 | ||
|
|
ab60a1c20e | ||
|
|
e0c38935ba | ||
|
|
b4e2f4c92a | ||
|
|
57390dc7c1 | ||
| 4fd71dafa3 |
3
.github/workflows/docker-build.yml
vendored
3
.github/workflows/docker-build.yml
vendored
@@ -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
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
## [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)
|
||||
|
||||
|
||||
|
||||
## [1.2.1](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.2.0...v1.2.1) (2025-10-26)
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "1.2.1"
|
||||
"version": "1.2.3"
|
||||
}
|
||||
Reference in New Issue
Block a user