mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
ci: fix file parameter
This commit is contained in:
parent
235863b84c
commit
c29108a278
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v7
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: ./bulk_loader
|
context: ./bulk_loader
|
||||||
file: ./bulk_loader/Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/dathere/ckan_geoconnex_bulk_runner:latest
|
tags: ghcr.io/dathere/ckan_geoconnex_bulk_runner:latest
|
||||||
cache-from: type=gha,scope=ckan_geoconnex_bulk_runner
|
cache-from: type=gha,scope=ckan_geoconnex_bulk_runner
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue