1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

fix: Fix dockerfile ref

Signed-off-by: Six <23470032+6ixfalls@users.noreply.github.com>
This commit is contained in:
Six 2024-01-16 18:33:00 -08:00
parent 6933232cbb
commit 350c0d5e60
No known key found for this signature in database
GPG key ID: 00148D3869C21E43

View file

@ -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