Skip to content

Commit

Permalink
Change Node Github action composite
Browse files Browse the repository at this point in the history
  • Loading branch information
anjarakvo committed Jan 30, 2024
1 parent 1e330d5 commit c7f1a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
node-command: "yarn install --no-progress --frozen-lock && yarn build && rm -rf node_modules"


- docker-build-frontend:
- name: docker-build-frontend
uses: ./composite-actions/.github/actions/docker-build
with:
app-name: "idh-idc"
service-name: "frontend"
dockerfile-location: "frontend"

- docker-build-backend:
- name: docker-build-backend
uses: ./composite-actions/.github/actions/docker-build
with:
app-name: "idh-idc"
Expand Down

0 comments on commit c7f1a7a

Please sign in to comment.