Skip to content

Commit

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

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

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

0 comments on commit 1017038

Please sign in to comment.