Skip to content

Commit

Permalink
Commented out Docker login step in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yacosta738 committed Dec 27, 2023
1 parent 305bff1 commit 575a697
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Log in to the Container registry
uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ env.PBOT_GITHUB_TOKEN }}
# - name: Log in to the Container registry
# uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
# with:
# registry: ${{ env.REGISTRY }}
# username: ${{ github.actor }}
# password: ${{ env.PBOT_GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 575a697

Please sign in to comment.