diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0eb6ca6..f2fbc4e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -21,6 +21,9 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 + with: + context: ./ckan + file: ./ckan/Dockerfile - name: Checkout uses: actions/checkout@v1 @@ -44,4 +47,4 @@ jobs: with: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}