Skip to content

Commit

Permalink
fix: allow cache push through PAT (#1166)
Browse files Browse the repository at this point in the history
<!-- markdownlint-disable MD041 -->
#### What this PR does / why we need it

temporarily disables the docker build cache because of token pass issues
(while I locally didnt face any issues the docker login action doesnt
seem to propagate correctly to the push)


#### Which issue(s) this PR fixes
<!--
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
This is to unblock main builds from failing, further investigation
necessary
  • Loading branch information
jakobmoellerdev authored Nov 29, 2024
1 parent b07a7ff commit 29e4d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
components: '["ocmcli", "helminstaller", "helmdemo", "subchartsdemo", "ecrplugin"]'
IMAGE_PLATFORMS: 'linux/amd64 linux/arm64'
PLATFORMS: 'windows/amd64 darwin/arm64 darwin/amd64 linux/amd64 linux/arm64'
BUILDX_CACHE_PUSH: ${{ github.ref == 'refs/heads/main' }}
BUILDX_CACHE_PUSH: false
BUILDX_CACHE_REF_BASE: ghcr.io/${{ github.repository }}/buildx-cache

jobs:
Expand Down

0 comments on commit 29e4d93

Please sign in to comment.