Skip to content

Commit

Permalink
Make docker pull happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslav-fedor-swi committed Oct 24, 2024
1 parent d14e2e1 commit 47ed328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Fetch build environment
run: |
docker pull $BENV_IMAGE $BENV_IMAGE_ARM
docker pull $BENV_IMAGE
docker pull $BENV_IMAGE_ARM
- name: Build artifacts
run: |
mkdir -p $GITHUB_WORKSPACE/out
Expand Down

0 comments on commit 47ed328

Please sign in to comment.