Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayvaij authored Jun 8, 2024
1 parent f05f6a4 commit 1866b1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/uauthx:latest
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/uauthx:latest
${{ secrets.DOCKERHUB_USERNAME }}/uauthx:${{ github.sha }}

0 comments on commit 1866b1f

Please sign in to comment.