Skip to content

Commit

Permalink
Fix cache validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Admire Nyakudya authored and Admire Nyakudya committed Oct 19, 2024
1 parent 6366422 commit 34c2635
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 34c2635

Please sign in to comment.