Skip to content

Commit

Permalink
fix: update ghcr.io credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-unik committed Dec 5, 2023
1 parent 9871ac3 commit 0523b5e
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: echo "${{ secrets.packages }}" | docker login --username "${{ github.actor }}" --password-stdin ghcr.io --interactive --detach
run: echo "${{ secrets.packages }}" | docker login --username "${{ github.actor }}" --password-stdin ghcr.io

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

0 comments on commit 0523b5e

Please sign in to comment.