mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Use cypress base image from a public repo in quay
This commit is contained in:
15
.github/workflows/e2e_test.yml
vendored
15
.github/workflows/e2e_test.yml
vendored
@@ -37,23 +37,16 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
DEV_DOCKER_TAG_BASE=ghcr.io/${{ github.repository_owner }} COMPOSE_TAG=${{ github.base_ref }} make docker-compose &> make-docker-compose-output.log &
|
DEV_DOCKER_TAG_BASE=ghcr.io/${{ github.repository_owner }} COMPOSE_TAG=${{ github.base_ref }} make docker-compose &> make-docker-compose-output.log &
|
||||||
|
|
||||||
- name: Log in to gcr.io
|
|
||||||
shell: bash
|
|
||||||
env:
|
|
||||||
GCR_PULL_SECRET: ${{ secrets.GCR_PULL_SECRET }}
|
|
||||||
run: |
|
|
||||||
echo "$GCR_PULL_SECRET" | docker login -u _json_key --password-stdin gcr.io
|
|
||||||
|
|
||||||
- name: Pull awx_cypress_base image
|
- name: Pull awx_cypress_base image
|
||||||
run: |
|
run: |
|
||||||
docker pull gcr.io/ansible-tower-engineering/awx_cypress_base:stable
|
docker pull quay.io/awx/awx_cypress_base:latest
|
||||||
|
|
||||||
- name: Checkout ${{ secrets.E2E_PROJECT }}
|
- name: Checkout test project
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/${{ secrets.E2E_PROJECT }}
|
repository: ${{ github.repository_owner }}/tower-qa
|
||||||
ssh-key: ${{ secrets.QA_REPO_KEY }}
|
ssh-key: ${{ secrets.QA_REPO_KEY }}
|
||||||
path: ${{ secrets.E2E_PROJECT }}
|
path: tower-qa
|
||||||
ref: devel
|
ref: devel
|
||||||
|
|
||||||
- name: Build cypress
|
- name: Build cypress
|
||||||
|
|||||||
Reference in New Issue
Block a user