Skip to content

Commit c3e923c

Browse files
committed
chore: disable GHA caching in Docker build workflow to improve build time
Signed-off-by: Pavel Pikta <devops@pavelpikta.com>
1 parent afc79b0 commit c3e923c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/reusable-docker-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ jobs:
173173
annotations: ${{ steps.meta.outputs.annotations }}
174174
build-args: |
175175
LAMPAC_VERSION=${{ inputs.version != '' && inputs.version || 'dev' }}
176-
cache-from: type=gha
177-
cache-to: type=gha,mode=max
176+
# NOTE: GHA cache is increase build time, so we disable it for now
177+
# cache-from: type=gha
178+
# cache-to: type=gha,mode=max
178179
sbom: ${{ inputs.sbom }}
179180
provenance: ${{ inputs.provenance }}
180181

0 commit comments

Comments
 (0)