test: update github action parameter

pull/349/head
Rizky Maulana Nugraha 2021-11-26 19:28:20 +07:00 zatwierdzone przez GitHub
rodzic 7caa022f41
commit b8c1ca7072
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -59,7 +59,7 @@ jobs:
with: with:
context: . context: .
file: Dockerfile file: Dockerfile
no-cache: ${{ github.event.inputs }} no-cache: ${{ github.event.inputs.no-cache }}
push: false push: false
load: true load: true
tags: kartoza/postgis:manual-build tags: kartoza/postgis:manual-build
@ -130,7 +130,7 @@ jobs:
with: with:
context: . context: .
file: Dockerfile file: Dockerfile
no-cache: ${{ github.event.inputs }} no-cache: ${{ github.event.inputs.no-cache }}
push: true push: true
tags: | tags: |
${{ steps.docker_meta.outputs.tags }}-${{ matrix.postgresMajorVersion }}-${{ matrix.postgisMajorVersion }}.${{ matrix.postgisMinorRelease }} ${{ steps.docker_meta.outputs.tags }}-${{ matrix.postgresMajorVersion }}-${{ matrix.postgisMajorVersion }}.${{ matrix.postgisMinorRelease }}