Skip to content

Commit 563c93d

Browse files
fix ci-cd
1 parent 02e5b26 commit 563c93d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deployment.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ jobs:
2626
password: ${{ secrets.DOCKER_TOKEN }}
2727
- name: Build and push docker image
2828
uses: docker/build-push-action@v6
29-
with:
30-
context: .
31-
file: src/NotificationService/Dockerfile
32-
push: true
33-
tags: aleksandromilenkov/notify-svc:latest
34-
- name: Build and push bid-svc image
35-
uses: docker/build-push-action@v4
3629
with:
3730
context: .
3831
file: ${{ matrix.service.path }}/Dockerfile

0 commit comments

Comments
 (0)