Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abankhele authored Mar 28, 2024
1 parent 8b72b8d commit eb6def7
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 @@ -32,6 +32,6 @@ jobs:

- name: Build and push the image
run: |
docker login --username abankhele --password ${{secrets.ACCESS_TOKEN}} ghcr.io ACCESS_TOKEN
echo ${{ secrets.ACCESS_TOKEN }} | docker login ghcr.io --username abankhele --password-stdin
docker build -t ghcr.io/abankhele/prime-service:latest --file Dockerfile .
docker push ghcr.io/abankhele/prime-service:latest

0 comments on commit eb6def7

Please sign in to comment.