fix build context
This commit is contained in:
parent
e34079673c
commit
b703dda70e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dockerbuild.dev.yml
vendored
2
.github/workflows/dockerbuild.dev.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
with:
|
||||
push: true
|
||||
tags: |
|
||||
context: ./docs
|
||||
context: /docs
|
||||
docker.pkg.github.com/${{ github.repository }}/dev-docs:latest
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue