mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 05:25:26 +02:00
fix context
This commit is contained in:
parent
b703dda70e
commit
5ff2053524
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dockerbuild.dev.yml
vendored
2
.github/workflows/dockerbuild.dev.yml
vendored
|
@ -25,8 +25,8 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
context: ./docs
|
||||
tags: |
|
||||
context: /docs
|
||||
docker.pkg.github.com/${{ github.repository }}/dev-docs:latest
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue