Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barzin144 authored Dec 28, 2024
1 parent 99c8675 commit c4ca880
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
with:
context: .
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/microidp:${{ github.event.inputs.image_tag }}
tags: |
${{ secrets.DOCKER_USERNAME }}/microidp:latest
${{ secrets.DOCKER_USERNAME }}/microidp:${{ github.event.inputs.image_tag }}

0 comments on commit c4ca880

Please sign in to comment.