Skip to content

Commit bc6c236

Browse files
authored
Remove cache for build-push-action (#4124)
1 parent 666d0c5 commit bc6c236

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/gha-publish-chart.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ jobs:
103103
tags: |
104104
ghcr.io/${{ steps.resolve_parameters.outputs.repository_owner }}/gha-runner-scale-set-controller:${{ inputs.release_tag_name }}
105105
ghcr.io/${{ steps.resolve_parameters.outputs.repository_owner }}/gha-runner-scale-set-controller:${{ inputs.release_tag_name }}-${{ steps.resolve_parameters.outputs.short_sha }}
106-
cache-from: type=gha
107-
cache-to: type=gha,mode=max
108106
109107
- name: Job summary
110108
run: |

0 commit comments

Comments
 (0)