Skip to content

Commit

Permalink
add args for building docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Jul 15, 2024
1 parent 7db0a08 commit 3f47131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-libra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 3f47131

Please sign in to comment.