Skip to content

Commit

Permalink
Use correct img registry reference
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Jan 7, 2025
1 parent 25d53c0 commit f7dcc3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,6 @@ jobs:
name: ${{ env.E2E_BUILD_DIST_EMBER_NAME }}
path: ${{ env.E2E_BUILD_DIST_EMBER_DIR }}

- name: "Read Vault Secrets"
uses: rancher-eio/read-vault-secrets@main
with:
secrets: |
secret/data/github/repo/${{ github.repository }}/rancher-prime-stg-registry/credentials username | READ_STAGE_REGISTRY_USERNAME ;
secret/data/github/repo/${{ github.repository }}/rancher-prime-stg-registry/credentials password | READ_STAGE_REGISTRY_PASSWORD ;
- name: Log into Staging registry
uses: docker/login-action@v3
with:
username: ${{ env.READ_STAGE_REGISTRY_USERNAME }}
password: ${{ env.READ_STAGE_REGISTRY_PASSWORD }}
registry: stgregistry.suse.com

- name: Run Rancher
run: yarn e2e:docker

Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e-docker-start
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DASHBOARD_DIST=${DIR}/dist
EMBER_DIST=${DIR}/dist_ember

# Image Repo
RANCHER_IMG_REGISTRY=stgregistry.suse.com
RANCHER_IMG_REGISTRY=stgregistry.suse.com/rancher/rancher

# Image version
RANCHER_IMG_VERSION=v2.9-head
Expand Down

0 comments on commit f7dcc3e

Please sign in to comment.