fix(ci): fixes
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
145ccac6ac
commit
1b81fbd395
1 changed files with 5 additions and 3 deletions
8
.github/workflows/patch-build.yaml
vendored
8
.github/workflows/patch-build.yaml
vendored
|
|
@ -144,8 +144,10 @@ jobs:
|
|||
if: ${{ failure() }}
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
env:
|
||||
DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }}
|
||||
IMAGE_TAG: ${{ github.sha }}
|
||||
ENVIRONMENT: staging
|
||||
DOCKER_REPO_ARM: ${{ secrets.RELEASE_ARM_REGISTRY }}
|
||||
DOCKER_REPO_OSS: ${{ secrets.RELEASE_OSS_REGISTRY }}
|
||||
MSAAS_REPO_CLONE_TOKEN: ${{ secrets.MSAAS_REPO_CLONE_TOKEN }}
|
||||
MSAAS_REPO_URL: ${{ secrets.MSAAS_REPO_URL }}
|
||||
MSAAS_REPO_FOLDER: /tmp/msaas
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue