mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-23 14:15:47 +00:00
docker ci: set working-directory
Looks like the Dockerfile expects entrypoint.sh to be in the current working directory.
This commit is contained in:
@@ -15,4 +15,5 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file docker/Dockerfile --tag heritrix:$(date +%s)
|
||||
run: docker build . --file Dockerfile --tag heritrix:$(date +%s)
|
||||
working-directory: docker
|
||||
|
||||
Reference in New Issue
Block a user