Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfosp authored Jan 27, 2025
1 parent 5fc4bb6 commit 5be6a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
context: Back-Orange-Finance
file: Back-Orange-Finance/Orange-Finance/Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/orange-finance-backend:latest
tags: ${{ secrets.DOCKER_USERNAME }}/orange-finance-backend:{{env.NEXT_RELEASE_VERSION}}

# 9. Varredura de vulnerabilidades na imagem Docker (opcional)
- name: Scan Docker image for vulnerabilities
uses: aquasecurity/[email protected]
with:
image-ref: ${{ secrets.DOCKER_USERNAME }}/orange-finance-backend:latest
image-ref: ${{ secrets.DOCKER_USERNAME }}/orange-finance-backend:{{env.NEXT_RELEASE_VERSION}}

0 comments on commit 5be6a00

Please sign in to comment.