mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 11:02:20 +00:00
fix: make docker-setup conditional on credentials in complete job
This commit is contained in:
parent
665ace5e16
commit
a1f32b28a3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -214,6 +214,7 @@ jobs:
|
|||
- run: corepack enable
|
||||
|
||||
- uses: ./.github/actions/docker-setup
|
||||
if: ${{ secrets.DOCKER_CI_USERNAME != '' }}
|
||||
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