ci: use default Git context

This commit is contained in:
rzmk 2026-06-15 11:48:13 -04:00
parent c29108a278
commit f17b3a7700

View file

@ -20,8 +20,7 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v7 uses: docker/build-push-action@v7
with: with:
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