Skip to content

Commit 37c5ee3

Browse files
committed
[CI/CD] Add continue-on-error to S3 and Docker login steps in packaging pipeline
1 parent 6d9b0cd commit 37c5ee3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/packaging-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,14 @@ jobs:
136136
aws-region: ${{ secrets.S3_REGION }}
137137
role-to-assume: ${{ secrets.AWS_S3_ROLE }}
138138
role-duration-seconds: 1800
139+
continue-on-error: true
139140

140141
- name: Login to Docker Hub
141142
uses: docker/login-action@v2
142143
with:
143144
username: ${{ secrets.DOCKER_USER }}
144145
password: ${{ secrets.DOCKER_PASS }}
146+
continue-on-error: true
145147

146148
- name: Set build ID
147149
run: |

0 commit comments

Comments
 (0)