mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 23:15:24 +02:00
fix: Fix dockerfile ref
Signed-off-by: Six <23470032+6ixfalls@users.noreply.github.com>
This commit is contained in:
parent
6933232cbb
commit
350c0d5e60
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
dockerfile: "./apps/workers/Dockerfile"
|
dockerfile: "./apps/workers/Dockerfile"
|
||||||
nx: "workers:build"
|
nx: "workers:build"
|
||||||
- image: "ghcr.io/${{ github.repository }}-client"
|
- image: "ghcr.io/${{ github.repository }}-client"
|
||||||
dockerfile: "./apps/workers/Dockerfile"
|
dockerfile: "./apps/client/Dockerfile"
|
||||||
nx: "client:build"
|
nx: "client:build"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue