From 3f4713175c5324c78d212c15a743d4ba65ad0447 Mon Sep 17 00:00:00 2001 From: dert1129 Date: Mon, 15 Jul 2024 09:57:28 -0400 Subject: [PATCH] add args for building docker image --- .github/workflows/build-libra.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-libra.yml b/.github/workflows/build-libra.yml index be992cb..29defb5 100644 --- a/.github/workflows/build-libra.yml +++ b/.github/workflows/build-libra.yml @@ -38,7 +38,7 @@ jobs: - name: Build and push to docker image for non develop branch if: steps.branch-names.outputs.current_branch != 'develop' run: | - docker build -t "kingstonduo/data-management:${{ steps.branch-names.outputs.current_branch }}" - docker build -t "kingstonduo/dlu-watcher:${{steps.branch-names.outputs.current_branch}}" + docker build -t "kingstonduo/data-management:${{ steps.branch-names.outputs.current_branch }}" . + docker build -t "kingstonduo/dlu-watcher:${{steps.branch-names.outputs.current_branch}}" -f DluWatcher . docker push "kingstonduo/data-management:${{ steps.branch-names.outputs.current_branch }}" docker push "kingstonduo/dlu-watcher:${{ steps.branch-names.outputs.current_branch }}" \ No newline at end of file