Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
#139: Login to quay
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Mar 14, 2021
1 parent f9f1fd3 commit f5f03e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/backup-repository-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v1

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

- name: "Install build dependencies"
run: "sudo pip install -r ./requirements-dev.txt"

Expand Down

0 comments on commit f5f03e7

Please sign in to comment.