test: temporarily disables cache-from

pull/349/head
Rizky Maulana Nugraha 2021-11-26 19:52:27 +07:00 zatwierdzone przez GitHub
rodzic c50063ff66
commit 5b94d52c6e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -77,10 +77,10 @@ jobs:
POSTGRES_MAJOR_VERSION=${{ matrix.postgresMajorVersion }}
POSTGIS_MAJOR_VERSION=${{ matrix.postgisMajorVersion }}
POSTGIS_MINOR_VERSION=${{ matrix.postgresMinorVersion }}
cache-from: |
type=gha,scope=test-${{ github.event.inputs.cache-invalidation-number }}-
type=gha,scope=prod-${{ github.event.inputs.cache-invalidation-number }}-
type=gha,scope=base-${{ github.event.inputs.cache-invalidation-number }}-
# cache-from: |
# type=gha,scope=test-${{ github.event.inputs.cache-invalidation-number }}-
# type=gha,scope=prod-${{ github.event.inputs.cache-invalidation-number }}-
# type=gha,scope=base-${{ github.event.inputs.cache-invalidation-number }}-
cache-to: type=gha,scope=test-${{ github.event.inputs.cache-invalidation-number }}-
target: postgis-test
@ -148,9 +148,9 @@ jobs:
POSTGRES_MAJOR_VERSION=${{ matrix.postgresMajorVersion }}
POSTGIS_MAJOR_VERSION=${{ matrix.postgisMajorVersion }}
POSTGIS_MINOR_VERSION=${{ matrix.postgresMinorVersion }}
cache-from: |
type=gha,scope=test-${{ github.event.inputs.cache-invalidation-number }}-
type=gha,scope=prod-${{ github.event.inputs.cache-invalidation-number }}-
type=gha,scope=base-${{ github.event.inputs.cache-invalidation-number }}-
# cache-from: |
# type=gha,scope=test-${{ github.event.inputs.cache-invalidation-number }}-
# type=gha,scope=prod-${{ github.event.inputs.cache-invalidation-number }}-
# type=gha,scope=base-${{ github.event.inputs.cache-invalidation-number }}-
cache-to: type=gha,scope=test-${{ github.event.inputs.cache-invalidation-number }}-
target: postgis-test