Skip to content

Commit

Permalink
login to ghcr before creating manifest (dapr#588)
Browse files Browse the repository at this point in the history
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
  • Loading branch information
tanvigour authored and Amulya Varote committed Mar 18, 2022
1 parent a5f9643 commit 90aaff2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ jobs:
make manifest-push
popd
done
- name: GitHub container registry login
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: create ghcr manifest
run: |
SAMPLE_LIST=(hello-kubernetes distributed-calculator pub-sub bindings observability secretstore)
Expand Down

0 comments on commit 90aaff2

Please sign in to comment.