mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
fix path for action
This commit is contained in:
parent
4631a9947a
commit
292aa43930
1 changed files with 1 additions and 1 deletions
2
.github/workflows/task-docker-ci.yml
vendored
2
.github/workflows/task-docker-ci.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
echo "image-name=ghcr.io/datahaven-xyz/datahaven/datahaven:$TAG_ONLY" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: ./.github/workflow/publish-docker
|
||||
uses: ./.github/workflows/actions/publish-docker
|
||||
with:
|
||||
dockerfile: ./operator/Dockerfile
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Reference in a new issue