Skip to content

Commit

Permalink
Disabled gha cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Feb 18, 2024
1 parent 8e17259 commit a55d219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-baseimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ jobs:
build-args: |
BASEIMAGE=${{ fromJSON(matrix.info).baseimage }}
IMAGE_VERSION=${{ steps.prep.outputs.label_version }}
cache-from: type=gha,scope=${{ fromJSON(matrix.info).tag_prefix }}
cache-to: type=gha,mode=max,scope=${{ fromJSON(matrix.info).tag_prefix }}
#cache-from: type=gha,scope=${{ fromJSON(matrix.info).tag_prefix }}
#cache-to: type=gha,mode=max,scope=${{ fromJSON(matrix.info).tag_prefix }}

- name: Inspect
id: inspect
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
build-args: |
BASEIMAGE=${{ fromJSON(matrix.info).baseimage }}
IMAGE_VERSION=${{ steps.prep.outputs.label_version }}
cache-from: type=gha,scope=${{ fromJSON(matrix.info).tag_prefix }}
#cache-from: type=gha,scope=${{ fromJSON(matrix.info).tag_prefix }}

post-build:
name: Post-build
Expand Down

0 comments on commit a55d219

Please sign in to comment.