Skip to content

Commit

Permalink
Merge pull request #244 from open-telemetry/yonch-fix-release-action
Browse files Browse the repository at this point in the history
Fix build-and-release action: pull build environment
  • Loading branch information
yonch authored Nov 30, 2023
2 parents 8c1ecba + 906ce74 commit d36f1de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ jobs:
- name: Log-in to container registry
run: |
docker login --username="$DOCKER_USERNAME" --password-stdin $DOCKER_REGISTRY <<< "$DOCKER_PASSWORD"
- name: Fetch build environment
run: |
docker pull $BENV_IMAGE
- name: Build artifacts
run: |
echo "github.workspace = ${{ github.workspace }}"
mkdir -p $GITHUB_WORKSPACE/out
docker run -t --rm \
--mount "type=bind,source=/var/run/docker.sock,destination=/var/run/docker.sock" \
Expand Down

0 comments on commit d36f1de

Please sign in to comment.