Skip to content

Commit

Permalink
Update publish-configurazionisvc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloDotNet authored Dec 3, 2024
1 parent 0df73b7 commit f3911e5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish-configurazionisvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- 'src/ConfigurazioniSvc/ConfigurazioniSvc.DataAccessLayer/**'
- 'src/ConfigurazioniSvc/ConfigurazioniSvc.Migrations/**'
- 'src/ConfigurazioniSvc/ConfigurazioniSvc.Shared/**'
- 'src/ConfigurazioniSvc/ConfigurazioniSvc.LoadBalancer/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -37,11 +36,3 @@ jobs:
file: ./src/ConfigurazioniSvc/ConfigurazioniSvc/Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/gswcloudapp-configurazioni:latest

- name: Build and push Configurazioni Load Balancer
uses: docker/[email protected]
with:
context: .
file: ./src/ConfigurazioniSvc/ConfigurazioniSvc.LoadBalancer/Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/gswcloudapp-configurazioni-lb:latest

0 comments on commit f3911e5

Please sign in to comment.