Skip to content

Commit

Permalink
Set dockerhub username and token
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Mar 15, 2024
1 parent 6e2e351 commit 4b8552e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GHCR (GitHub Packages)
uses: docker/login-action@v3
Expand Down

0 comments on commit 4b8552e

Please sign in to comment.