We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973554d commit a1f940eCopy full SHA for a1f940e
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
name: ${{ matrix.config.name }}
15
runs-on: ${{ matrix.config.os }}
16
container:
17
- image: ghcr.io/bemanproject/testing-images:test-${{ matrix.config.tag }}
+ image: ghcr.io/bemanproject/infra:test-${{ matrix.config.tag }}
18
strategy:
19
fail-fast: false
20
matrix:
0 commit comments