mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 06:04:43 +00:00
fix: use continue-on-error for docker-setup in complete job
This commit is contained in:
parent
a1f32b28a3
commit
6782836030
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -214,7 +214,7 @@ jobs:
|
|||
- run: corepack enable
|
||||
|
||||
- uses: ./.github/actions/docker-setup
|
||||
if: ${{ secrets.DOCKER_CI_USERNAME != '' }}
|
||||
continue-on-error: true
|
||||
with:
|
||||
docker_username: ${{ secrets.DOCKER_CI_USERNAME }}
|
||||
docker_password: ${{ secrets.DOCKER_CI_ACCESS_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue