Skip to content

Commit

Permalink
Fix context/dockerfile of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Sep 14, 2023
1 parent fb48887 commit 0da7716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}-dev
CONTEXT: .
DOCKERFILE: ./ckan-pycsw/Dockerfile.dev
DOCKERFILE: /ckan-pycsw/Dockerfile.dev

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
CONTEXT: .
DOCKERFILE: ./ckan-pycsw/Dockerfile
DOCKERFILE: /ckan-pycsw/Dockerfile

jobs:
docker:
Expand Down

0 comments on commit 0da7716

Please sign in to comment.