add check for upbound on promotion step

Signed-off-by: nullable.eth <2248325+nullable-eth@users.noreply.github.com>
This commit is contained in:
nullable.eth 2023-01-17 10:57:24 -05:00
parent 8728909413
commit a09b5eb9b5
No known key found for this signature in database
GPG Key ID: 371B964C3DDF58F5
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ jobs:
DOCS_GIT_PSW: ${{ secrets.UPBOUND_BOT_GITHUB_PSW }} DOCS_GIT_PSW: ${{ secrets.UPBOUND_BOT_GITHUB_PSW }}
- name: Promote Artifacts in S3, DockerHub - name: Promote Artifacts in S3, DockerHub
if: github.ref == 'refs/heads/master' && env.AWS_USR != '' && env.DOCKER_USR != '' if: github.ref == 'refs/heads/master' && env.AWS_USR != '' && env.DOCKER_USR != '' && env.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR != ''
run: make -j2 promote run: make -j2 promote
env: env:
BRANCH_NAME: master BRANCH_NAME: master