Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
youngandbeautifulz authored Aug 13, 2024
1 parent de8b6d6 commit 67e86cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
- name: Docker Scout
uses: docker/[email protected]
with:
dockerhub-user: ${{ DOCKER_USER }}
dockerhub-password: ${{ DOCKER_PASSWORD }}
dockerhub-user: ${{ secrets.DOCKER_USER }}
dockerhub-password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 67e86cd

Please sign in to comment.