Skip to content

Commit

Permalink
fix: docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
valtlfelipe committed Feb 24, 2024
1 parent 98ed98d commit 5dad971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:

- name: Deploy
run: |
echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin
docker build . --tag ghcr.io/valtlfelipe/go-api:latest
docker push ghcr.io/valtlfelipe/go-api:latest

0 comments on commit 5dad971

Please sign in to comment.