ci: login to quay for integration tests

This commit is contained in:
Ettore Di Giacinto
2021-01-24 12:57:15 +01:00
parent be7b56bae3
commit 8aca246f51

View File

@@ -22,6 +22,8 @@ jobs:
sudo chmod a+x "/usr/bin/img"
- name: Build test
run: sudo -E env "PATH=$PATH" make multiarch-build-small
- name: Login to quay with img
run: echo ${{ secrets.DOCKER_TESTING_PASSWORD }} | sudo img login -u ${{ secrets.DOCKER_TESTING_USERNAME }} --password-stdin quay.io
- name: Tests with Img backend
run: |
sudo -E env "PATH=$PATH" \