Skip to content

Commit

Permalink
chore (docker-publish-ckan): fix context path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gesinn committed Nov 11, 2024
1 parent cb9d255 commit b01aabb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-ckan.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish docker image
name: Publish ckan-ckan docker image

on:
release:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: ./ckan/context
context: ./ckan
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true

0 comments on commit b01aabb

Please sign in to comment.