Skip to content

Commit

Permalink
Merge pull request #1691 from shipwright-io/mitigate/rate-limiting
Browse files Browse the repository at this point in the history
Log into GitHub Container Registry for unit test
  • Loading branch information
openshift-merge-bot[bot] authored Sep 27, 2024
2 parents 812b2ed + 9df5d7c commit 0fb343c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Login to container registry
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login -u ${{ github.repository_owner }} --password-stdin ghcr.io
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 0fb343c

Please sign in to comment.