Compare commits

...
3 Commits
Author SHA1 Message Date
Renovate 8c2f8c765b chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v6.1.1
ci/woodpecker/pr/pr-build Pipeline was successful
2026-07-09 02:00:53 +00:00
Renovate 38ddb5fc06 Merge pull request 'chore(deps): update golang docker tag to v1.26.5' (#41) from renovate/golang-1.x into main
ci/woodpecker/push/release-tag Pipeline failed
ci/woodpecker/push/pr-build Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
2026-07-08 02:09:25 +00:00
Renovate cc6fbedf5b chore(deps): update golang docker tag to v1.26.5
ci/woodpecker/pr/pr-build Pipeline was successful
2026-07-08 02:01:19 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ when:
steps:
- name: Build all arches (no push)
image: woodpeckerci/plugin-docker-buildx:6.1.0
image: woodpeckerci/plugin-docker-buildx:6.1.1
privileged: true
settings:
platforms: linux/amd64,linux/arm64,linux/arm/v7
+1 -1
View File
@@ -43,7 +43,7 @@ steps:
- 'printf "PLUGIN_PASSWORD=%s\n" "$(bao kv get -mount secret -field REGISTRY_PASSWORD container-registry)" >> /woodpecker/registry.env'
- name: Build and push multi-arch image
image: woodpeckerci/plugin-docker-buildx:6.1.0
image: woodpeckerci/plugin-docker-buildx:6.1.1
privileged: true
settings:
registry: gitea.lumpiasty.xyz
+1 -1
View File
@@ -32,7 +32,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.9.0@sha256:c64defb9ed5a91eacb37f9
# =============================================================================
# Stage 1: Build Tailscale combined binary (cross-compiled, runs natively)
# =============================================================================
FROM --platform=$BUILDPLATFORM golang:1.26.4-alpine@sha256:3ad57304ad93bbec8548a0437ad9e06a455660655d9af011d58b993f6f615648 AS builder
FROM --platform=$BUILDPLATFORM golang:1.26.5-alpine@sha256:99e12cfb19b753915f9b9fdc5a99f1869a24a69d3a0955832d5702e7fa68f1be AS builder
# renovate: datasource=github-releases depName=tailscale packageName=tailscale/tailscale versioning=semver
ARG TAILSCALE_VERSION=v1.98.8