Skip to content

Commit

Permalink
Merge pull request #128 from hivelocity/kr/fix-registry
Browse files Browse the repository at this point in the history
🌱 use ghcr.io registry for builder image
  • Loading branch information
kranurag7 authored Dec 12, 2023
2 parents af664ac + 31f263f commit d43fdbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builder-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: hivelocity
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit d43fdbc

Please sign in to comment.