Skip to content

Commit

Permalink
Login to Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee committed Nov 13, 2024
1 parent e6f9ffb commit 0f8e806
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 0f8e806

Please sign in to comment.