From c7f1a7a63ea999a3ecd075b85492f193c1090af2 Mon Sep 17 00:00:00 2001 From: Anjar Fiandrianto Date: Tue, 30 Jan 2024 19:02:23 +0700 Subject: [PATCH] Change Node Github action composite --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e77c601b..c8adfb5a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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"