Skip to content

Commit

Permalink
Fix cache validation (#487)
Browse files Browse the repository at this point in the history
Co-authored-by: Admire Nyakudya <[email protected]>
  • Loading branch information
NyakudyaA and Admire Nyakudya authored Oct 19, 2024
1 parent 6366422 commit cbccac5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,9 @@ jobs:
POSTGRES_MAJOR_VERSION=${{ matrix.postgresMajorVersion }}
POSTGIS_MAJOR_VERSION=${{ matrix.postgisMajorVersion }}
POSTGIS_MINOR_VERSION=${{ matrix.postgisMinorRelease }}
# cache-from: |
# type=gha,scope=test
# type=gha,scope=prod
# type=gha,scope=base
cache-to: type=gha,scope=prod
cache-from: |
type=gha,scope=prod
#cache-to: type=gha,scope=prod
target: postgis-prod

publish_release_artifacts:
Expand Down

0 comments on commit cbccac5

Please sign in to comment.