diff options
Diffstat (limited to '.github/workflows/dev-branch.yml')
| -rw-r--r-- | .github/workflows/dev-branch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dev-branch.yml b/.github/workflows/dev-branch.yml index 95d580a..7198d8e 100644 --- a/.github/workflows/dev-branch.yml +++ b/.github/workflows/dev-branch.yml @@ -86,5 +86,5 @@ jobs: with: push: true context: . - file: Dockerfile.dev + file: ./docker/dev/Dockerfile tags: ${{ secrets.DOCKERHUB_USERNAME }}/pico-web-dev:latest |
