mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 23:01:36 +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
|
- run: corepack enable
|
||||||
|
|
||||||
- uses: ./.github/actions/docker-setup
|
- uses: ./.github/actions/docker-setup
|
||||||
|
if: ${{ secrets.DOCKER_CI_USERNAME != '' }}
|
||||||
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