Skip to content

Commit 2e0bd86

Browse files
authored
Merge pull request #8 from haarchri/feature/contrib-2
feat(ci): contrib
2 parents 06a9aea + 28ea0d5 commit 2e0bd86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,14 @@ jobs:
314314

315315
- name: Publish Artifacts to S3 and Docker Hub
316316
run: make -j2 publish BRANCH_NAME=${GITHUB_REF##*/}
317-
if: env.AWS_USR != '' && env.DOCKER_USR != ''
317+
if: env.AWS_USR != '' && env.CONTRIB_DOCKER_USR != ''
318318
env:
319319
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_USR }}
320320
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PSW }}
321321
GIT_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
322322

323323
- name: Promote Artifacts in S3 and Docker Hub
324-
if: github.ref == 'refs/heads/main' && env.AWS_USR != '' && env.DOCKER_USR != ''
324+
if: github.ref == 'refs/heads/main' && env.AWS_USR != '' && env.CONTRIB_DOCKER_USR != ''
325325
run: make -j2 promote
326326
env:
327327
BRANCH_NAME: main

0 commit comments

Comments
 (0)