Skip to content

Commit

Permalink
Renamed: db_client -> db-client and db_server -> db-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Fleischer committed Jun 23, 2023
1 parent 482acea commit 9ba775b
Show file tree
Hide file tree
Showing 33 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Build Images
run: |
docker build -f ./client/Dockerfile.prod ./client --tag $BASE_TAG-client:latest
docker build -f ./db_client/Dockerfile.prod ./db_client --tag $BASE_TAG-db-client:latest
docker build ./db_server --tag $BASE_TAG-db-server:latest
docker build -f ./db-client/Dockerfile.prod ./db-client --tag $BASE_TAG-db-client:latest
docker build ./db-server --tag $BASE_TAG-db-server:latest
docker build ./fileserver --tag $BASE_TAG-fileserver:latest
- name: Push Images
run: |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9ba775b

Please sign in to comment.