Skip to content

Commit

Permalink
feat: Created workflow file to build and publish docker image on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kouamschekina committed Mar 5, 2024
1 parent 7ff8077 commit c89a25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Login to the Docker registry
uses: docker/login-action@v2
with:
registry: docker.pkg.github.com
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c89a25e

Please sign in to comment.