Skip to content

Commit

Permalink
Merge pull request #146 from conductor-sdk/fix-release-pipeline
Browse files Browse the repository at this point in the history
Fixed release pipeline validate release step
  • Loading branch information
gardusig authored Jan 13, 2023
2 parents db52ff0 + 71368f3 commit e8b75f8
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 e8b75f8

Please sign in to comment.