Skip to content

Commit d36f1de

Browse files
authored
Merge pull request #244 from open-telemetry/yonch-fix-release-action
Fix build-and-release action: pull build environment
2 parents 8c1ecba + 906ce74 commit d36f1de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,12 @@ jobs:
5757
- name: Log-in to container registry
5858
run: |
5959
docker login --username="$DOCKER_USERNAME" --password-stdin $DOCKER_REGISTRY <<< "$DOCKER_PASSWORD"
60+
- name: Fetch build environment
61+
run: |
62+
docker pull $BENV_IMAGE
6063
- name: Build artifacts
6164
run: |
65+
echo "github.workspace = ${{ github.workspace }}"
6266
mkdir -p $GITHUB_WORKSPACE/out
6367
docker run -t --rm \
6468
--mount "type=bind,source=/var/run/docker.sock,destination=/var/run/docker.sock" \

0 commit comments

Comments
 (0)