mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
ci: fix build-args syntax
This commit is contained in:
parent
1a82620420
commit
566ea8cbc9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
|
|
@ -29,5 +29,5 @@ jobs:
|
||||||
cache-from: type=gha,scope=ckan_geoconnex_bulk_runner
|
cache-from: type=gha,scope=ckan_geoconnex_bulk_runner
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
cache-to: type=gha,mode=max,scope=ckan_geoconnex_bulk_runner
|
cache-to: type=gha,mode=max,scope=ckan_geoconnex_bulk_runner
|
||||||
build-args:
|
build-args: |
|
||||||
- NAMESPACE=${{ matrix.namespace }}
|
NAMESPACE=${{ matrix.namespace }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue