Skip to content

Commit

Permalink
fix: docker bans russia
Browse files Browse the repository at this point in the history
  • Loading branch information
mglants committed May 31, 2024
1 parent 0fe6929 commit 5856600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_call-build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
build-platform-images:
name: Build/Test ${{ matrix.image.name }} (${{ matrix.image.platform }})
needs: prepare
runs-on: arc-runner-set-containers
runs-on: ubuntu-latest
if: ${{ toJSON(fromJSON(needs.prepare.outputs.matrices).imagePlatforms) != '[]' && toJSON(fromJSON(needs.prepare.outputs.matrices).imagePlatforms) != '' }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 5856600

Please sign in to comment.