Skip to content

Commit

Permalink
update credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-unik committed Dec 5, 2023
1 parent 281ecc7 commit a685b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: docker build -t ghcr.io/sunny-unik/node-in-docker .

- name: Login to GitHub Container Registry
run: docker login -u username --password-stdin
run: docker login -u Sunny-unik --password-stdin ghcr.io

- name: Push Docker image
run: docker push ghcr.io/sunny-unik/node-in-docker
Expand Down

0 comments on commit a685b21

Please sign in to comment.