Skip to content

Commit

Permalink
Update build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ldraney authored Dec 27, 2024
1 parent d17d975 commit 323ed9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Log in to GitHub Container Registry
run: echo $GH_TOKEN | docker login ghcr.io -u ldraney --password-stdin
run: echo $CR_PAT | docker login ghcr.io -u ldraney --password-stdin

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 323ed9b

Please sign in to comment.