Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fosol committed Nov 30, 2023
1 parent a2635ec commit 7ed9d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
context: ./
workdir: ./src/dashboard
dockerfiles: |
Dockerfile.prod
./src/dashboard/Dockerfile.prod
- name: Build DB Migration
id: build-db-migration
Expand All @@ -78,7 +78,7 @@ jobs:
context: ./
workdir: ./src/libs
dockerfiles: |
Dockerfile.prod
./src/libsDockerfile.prod
# https://github.com/redhat-actions/push-to-registry#readme
- name: Push API to registry
Expand Down

0 comments on commit 7ed9d54

Please sign in to comment.