Skip to content

Commit

Permalink
fix: add correct env to number image
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfosp committed Jan 27, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent de575f8 commit c3d3452
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
@@ -63,9 +63,9 @@ jobs:
context: Back-Orange-Finance
file: Back-Orange-Finance/Orange-Finance/Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/orange-finance-backend:${{ env.NEXT_VERSION }}
tags: ${{ secrets.DOCKER_USERNAME }}/orange-finance-backend:${{ env.version_number }}

- name: Scan Docker image for vulnerabilities
uses: aquasecurity/[email protected]
with:
image-ref: ${{ secrets.DOCKER_USERNAME }}/orange-finance-backend:${{ env.NEXT_VERSION }}
image-ref: ${{ secrets.DOCKER_USERNAME }}/orange-finance-backend:${{ env.version_number }}

0 comments on commit c3d3452

Please sign in to comment.