Skip to content

Commit

Permalink
Fixed release pipeline validate release step
Browse files Browse the repository at this point in the history
  • Loading branch information
gardusig committed Jan 13, 2023
1 parent d50797a commit 71368f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
run: >
DOCKER_BUILDKIT=1 docker build
--progress=plain
--build-arg SDK_ORIGIN=remote_sdk
--build-arg CONDUCTOR_PYTHON_VERSION=${{ github.ref_name }}
--build-arg KEY=${{ secrets.KEY }}
--build-arg SECRET=${{ secrets.SECRET }}
--build-arg CONDUCTOR_SERVER_URL=${{ secrets.CONDUCTOR_SERVER_URL }}
--target=validate_release
--build-arg CONDUCTOR_PYTHON_VERSION=${{ github.ref_name }}
--build-arg SDK_ORIGIN=remote_sdk
--target=integration_test
.

0 comments on commit 71368f3

Please sign in to comment.