Skip to content

Commit 9cbac69

Browse files
committed
Remove binary build stage
1 parent 574fea9 commit 9cbac69

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ipv6-only.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ jobs:
7878
type=schedule
7979
type=ref,event=pr
8080
type=ref,event=branch,suffix=-rc,enable=${{ startsWith(github.ref, 'refs/heads/release') }}
81-
- name: Build binary
82-
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
83-
with:
84-
version: v2.12.0 # renovate: datasource=github-tags depName=goreleaser/goreleaser
85-
args: build --single-target --snapshot --clean
86-
env:
87-
TELEMETRY_ENDPOINT: otel-collector-opentelemetry-collector.collector.svc.cluster.local:4317
88-
TELEMETRY_ENDPOINT_INSECURE: "true"
81+
# - name: Build binary
82+
# uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
83+
# with:
84+
# version: v2.12.0 # renovate: datasource=github-tags depName=goreleaser/goreleaser
85+
# args: build --single-target --snapshot --clean
86+
# env:
87+
# TELEMETRY_ENDPOINT: otel-collector-opentelemetry-collector.collector.svc.cluster.local:4317
88+
# TELEMETRY_ENDPOINT_INSECURE: "true"
8989

9090
- name: Build NGF Docker Image
9191
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
@@ -94,7 +94,7 @@ jobs:
9494
tags: ${{ steps.ngf-meta.outputs.tags }}
9595
context: "."
9696
load: true
97-
cache-from: type=gha,scope=ngf-ipv6
97+
cache-from: type=gha,scope=ngf
9898
pull: true
9999
target: goreleaser
100100

0 commit comments

Comments
 (0)