Skip to content

Commit

Permalink
CI-Fix docker creds env
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
  • Loading branch information
PrasadG193 committed May 7, 2021
1 parent 918e49c commit 4c614e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Build and push latest image
if: success() && github.event_name == 'push' && endsWith(github.ref ,'main')
run: |
docker login ghcr.io -u ${{ secrets.GITHUB_USERNAME }} -p ${{ secrets.GITHUB_TOKEN }}
docker login ghcr.io -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_TOKEN }}
docker push ghcr.io/prasadg193/covaccine-notifier:latest

0 comments on commit 4c614e7

Please sign in to comment.