Skip to content

Commit

Permalink
Read secrets from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed Dec 12, 2023
1 parent ecbb06b commit 26bfbd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ env.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and Push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 26bfbd1

Please sign in to comment.