Skip to content

Commit

Permalink
SOA: Fixed YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
alundiak committed Jan 16, 2024
1 parent b9858c3 commit dc8acbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build the Docker image
run: ls -la && cd SOA/micro-services && ls -la
- run: docker build -t serviceA:$(date +%s) . --file ServiceA.Dockerfile
- run: docker build -t serviceB:$(date +%s) . --file ServiceB.Dockerfile
- run: docker build -t serverApp:$(date +%s) . --file Server.Dockerfile
- run: docker build -t servicea:$(date +%s) . --file ServiceA.Dockerfile
- run: docker build -t serviceb:$(date +%s) . --file ServiceB.Dockerfile
- run: docker build -t serverapp:$(date +%s) . --file Server.Dockerfile
- run: echo "One last message"

0 comments on commit dc8acbe

Please sign in to comment.