Skip to content

Commit

Permalink
add login to registry to CI (needed to get catalog-solr-sample)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelkiss committed Jul 27, 2022
1 parent 47639eb commit 4e92a0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Log in to package registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}


- name: Set up tests
run: |
docker-compose build
Expand Down

0 comments on commit 4e92a0b

Please sign in to comment.