Skip to content

Commit

Permalink
Update build-and-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yonch authored Nov 30, 2023
1 parent 8c1ecba commit 906ce74
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 906ce74

Please sign in to comment.