kopia lustrzana https://github.com/kartoza/docker-postgis
test: update github action parameter
rodzic
7caa022f41
commit
b8c1ca7072
|
@ -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 }}
|
||||||
|
|
Ładowanie…
Reference in New Issue