Skip to content

Commit 7571607

Browse files
authored
Merge branch 'master' into update-deps
2 parents 383e61e + dda4f24 commit 7571607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
uses: actions/checkout@v2
179179

180180
- name: Login to DockerHub Registry 🔢
181-
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ env.DOCKERHUB_USERNAME }} --password-stdin
181+
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ env.DOCKERHUB_USERNAME }} --password-stdin || true
182182

183183
- name: Pull latest${{ matrix.image.tag_ext }} Docker image for caching
184184
run: docker pull rasa/rasa:latest${{ matrix.image.tag_ext }} || true

0 commit comments

Comments
 (0)