File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 5858 secrets : |
5959 secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ;
6060 secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD ;
61+ secret/data/github/repo/${{ github.repository }}/rancher-prime-stg-registry/credentials registry | PRIME_STG_REGISTRY ;
62+ secret/data/github/repo/${{ github.repository }}/rancher-prime-stg-registry/credentials username | PRIME_STG_REGISTRY_USERNAME ;
63+ secret/data/github/repo/${{ github.repository }}/rancher-prime-stg-registry/credentials password | PRIME_STG_REGISTRY_PASSWORD ;
6164
6265 - name : Build and push all platforms
6366 uses : rancher/ecm-distro-tools/actions/publish-image@master
7174 public-username : ${{ env.DOCKER_USERNAME || vars.DOCKER_USERNAME || github.repository_owner }}
7275 public-password : ${{ env.DOCKER_PASSWORD || secrets.DOCKER_PASSWORD }}
7376
74- push-to-prime : false
77+ push-to-prime : true
78+ prime-registry : ${{ env.PRIME_STG_REGISTRY }}
79+ prime-repo : ${{ vars.REPO }}
80+ prime-username : ${{ env.PRIME_STG_REGISTRY_USERNAME }}
81+ prime-password : ${{ env.PRIME_STG_REGISTRY_PASSWORD }}
7582
7683 -
7784 name : Login to GitHub Container Registry
You can’t perform that action at this time.
0 commit comments