Skip to content

Commit

Permalink
Revert "Modify ghcr login to use stakater token instead of user token (
Browse files Browse the repository at this point in the history
…stakater#537)"

This reverts commit e4e4371.
  • Loading branch information
MuneebAijaz authored Oct 5, 2023
1 parent e4e4371 commit f9d02d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{env.REGISTRY}}
username: ${{ secrets.STAKATER_DOCKERHUB_USERNAME }}
password: ${{ secrets.STAKATER_DOCKERHUB_PASSWORD }}
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}

- name: Generate image repository path for ghcr registry
run: |
Expand Down

0 comments on commit f9d02d7

Please sign in to comment.