Skip to content

Commit 972eda7

Browse files
STRRLclaude
andauthored
ci: remove GitHub Actions cache from container image builds (#245)
Remove cache-from and cache-to configuration from both amd64 and arm64 build jobs to avoid dependency on GitHub Actions cache and gcloud authentication requirements. Co-authored-by: Claude <[email protected]>
1 parent 4a17ca3 commit 972eda7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release-container-image.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
push: ${{ github.event_name != 'pull_request' }}
5858
tags: ghcr.io/${{ needs.metadata.outputs.owner }}/cloudflare-tunnel-ingress-controller:${{ needs.metadata.outputs.version }}-amd64
5959
labels: ${{ needs.metadata.outputs.labels }}
60-
cache-from: type=gha
61-
cache-to: type=gha,mode=max
6260

6361
build-arm64:
6462
needs: metadata
@@ -87,8 +85,6 @@ jobs:
8785
push: ${{ github.event_name != 'pull_request' }}
8886
tags: ghcr.io/${{ needs.metadata.outputs.owner }}/cloudflare-tunnel-ingress-controller:${{ needs.metadata.outputs.version }}-arm64
8987
labels: ${{ needs.metadata.outputs.labels }}
90-
cache-from: type=gha
91-
cache-to: type=gha,mode=max
9288

9389
create-manifest:
9490
needs: [metadata, build-amd64, build-arm64]

0 commit comments

Comments
 (0)