Skip to content

Commit

Permalink
Add registry login
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazarevsky authored Mar 24, 2024
1 parent 27ac894 commit 391ef9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Log in to registry
# This is where you will update the personal access token to GITHUB_TOKEN
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/debabky/web-client && docker push ghcr.io/debabky/web-client

0 comments on commit 391ef9d

Please sign in to comment.