mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 07:03:31 +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
|
- run: corepack enable
|
||||||
|
|
||||||
- uses: ./.github/actions/docker-setup
|
- uses: ./.github/actions/docker-setup
|
||||||
if: ${{ secrets.DOCKER_CI_USERNAME != '' }}
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
docker_username: ${{ secrets.DOCKER_CI_USERNAME }}
|
docker_username: ${{ secrets.DOCKER_CI_USERNAME }}
|
||||||
docker_password: ${{ secrets.DOCKER_CI_ACCESS_TOKEN }}
|
docker_password: ${{ secrets.DOCKER_CI_ACCESS_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue