Skip to content

Commit

Permalink
chore: removed hardcoded username
Browse files Browse the repository at this point in the history
  • Loading branch information
rohittp0 committed Apr 20, 2024
1 parent 7ab5a51 commit 65c6eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
file: Dockerfile
push: true
tags: |
rohittp0/nginx-secure:${{ github.sha }}
rohittp0/nginx-secure:latest
${{ secrets.DOCKERHUB_USERNAME }}/nginx-secure:${{ github.sha }}
${{ secrets.DOCKERHUB_USERNAME }}/nginx-secure:latest

0 comments on commit 65c6eda

Please sign in to comment.