Skip to content

Commit

Permalink
Need to log into Docker or not?
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee committed Nov 13, 2024
1 parent 6aa76d4 commit da43813
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ 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 Docker
# uses: docker/login-action@v2
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_TOKEN }}

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

0 comments on commit da43813

Please sign in to comment.