Skip to content

Commit

Permalink
#7: Add login to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 14, 2020
1 parent d95e54f commit cec50e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: "Login to quay"
uses: docker/login-action@v1
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit cec50e4

Please sign in to comment.