Skip to content

Commit b8c1ca7

Browse files
authored
test: update github action parameter
1 parent 7caa022 commit b8c1ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-latest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
context: .
6161
file: Dockerfile
62-
no-cache: ${{ github.event.inputs }}
62+
no-cache: ${{ github.event.inputs.no-cache }}
6363
push: false
6464
load: true
6565
tags: kartoza/postgis:manual-build
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
context: .
132132
file: Dockerfile
133-
no-cache: ${{ github.event.inputs }}
133+
no-cache: ${{ github.event.inputs.no-cache }}
134134
push: true
135135
tags: |
136136
${{ steps.docker_meta.outputs.tags }}-${{ matrix.postgresMajorVersion }}-${{ matrix.postgisMajorVersion }}.${{ matrix.postgisMinorRelease }}

0 commit comments

Comments
 (0)