Skip to content

Commit

Permalink
Merge pull request #3 from 10up/feature/action-setup
Browse files Browse the repository at this point in the history
Fix registry login step in build-image action
  • Loading branch information
douz authored Apr 17, 2024
2 parents 29ffe85 + 660c9b3 commit 0bdd279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Login to Github Packages
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 0bdd279

Please sign in to comment.