Skip to content

Commit

Permalink
ci: add logic to send version and latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfosp authored Jan 28, 2025
1 parent 244c7ab commit 7fa6064
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
context: Back-Orange-Finance
file: Back-Orange-Finance/Orange-Finance/Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/orange-finance-backend:${{ env.version_number }}
tags: |
${{ secrets.DOCKER_USERNAME }}/orange-finance-backend:${{ env.version_number }}
${{ secrets.DOCKER_USERNAME }}/orange-finance-backend:latest
- name: Scan Docker image for vulnerabilities
if: ${{ env.version_number != '' }}
Expand Down

0 comments on commit 7fa6064

Please sign in to comment.