ci: fix file parameter

This commit is contained in:
rzmk 2026-06-15 11:42:06 -04:00
parent 235863b84c
commit c29108a278

View file

@ -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