We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e5b26 commit 563c93dCopy full SHA for 563c93d
.github/workflows/deployment.yaml
@@ -26,13 +26,6 @@ jobs:
26
password: ${{ secrets.DOCKER_TOKEN }}
27
- name: Build and push docker image
28
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
36
with:
37
context: .
38
file: ${{ matrix.service.path }}/Dockerfile
0 commit comments