Skip to content

Commit

Permalink
Merge pull request #35 from epics-containers/new-structure
Browse files Browse the repository at this point in the history
fix cache scope
  • Loading branch information
gilesknap authored Mar 7, 2024
2 parents 7619ffe + b0a725f commit 3da7460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
EPICS_HOST_ARCH=${{ matrix.epics-host }}
BASE_IMAGE=${{ matrix.base_image }}
tags: ${{ env.TAG }}
cache-from: type=gha,scope=${{ matrix.target }}
cache-to: type=gha,mode=max,scope=${{ matrix.target }}
cache-from: type=gha,scope=${{ matrix.epics-target }}
cache-to: type=gha,mode=max,scope=${{ matrix.epics-target }}
load: true

- name: Push image
Expand Down

0 comments on commit 3da7460

Please sign in to comment.