mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
feat: multi-CKAN-instance compatibility
This commit is contained in:
parent
59564c9de3
commit
7c8fac233e
6 changed files with 55 additions and 33 deletions
5
.github/workflows/container.yml
vendored
5
.github/workflows/container.yml
vendored
|
|
@ -6,6 +6,9 @@ on:
|
|||
jobs:
|
||||
build_and_push:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
namespace: [New_Mexico_Water_Data_Catalog]
|
||||
steps:
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v4
|
||||
|
|
@ -26,3 +29,5 @@ jobs:
|
|||
cache-from: type=gha,scope=ckan_geoconnex_bulk_runner
|
||||
platforms: linux/amd64
|
||||
cache-to: type=gha,mode=max,scope=ckan_geoconnex_bulk_runner
|
||||
env:
|
||||
NAMESPACE: ${{ matrix.namespace }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue