Use repo-scoped docker images in workflows (#822)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
This commit is contained in:
2
.github/workflows/commit.yaml
vendored
2
.github/workflows/commit.yaml
vendored
@@ -157,7 +157,7 @@ jobs:
|
|||||||
if: ${{ matrix.arch != 'amd64' }}
|
if: ${{ matrix.arch != 'amd64' }}
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
with: # Avoid docker.io rate-limits; built with internal-images.yml
|
with: # Avoid docker.io rate-limits; built with internal-images.yml
|
||||||
image: ghcr.io/tetratelabs/wazero-internal:binfmt
|
image: ghcr.io/tetratelabs/wazero/internal-binfmt
|
||||||
platforms: ${{ matrix.arch }}
|
platforms: ${{ matrix.arch }}
|
||||||
|
|
||||||
- name: Build scratch container
|
- name: Build scratch container
|
||||||
|
|||||||
2
.github/workflows/spectest.yaml
vendored
2
.github/workflows/spectest.yaml
vendored
@@ -110,7 +110,7 @@ jobs:
|
|||||||
if: ${{ matrix.arch != 'amd64' }}
|
if: ${{ matrix.arch != 'amd64' }}
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
with: # Avoid docker.io rate-limits; built with internal-images.yml
|
with: # Avoid docker.io rate-limits; built with internal-images.yml
|
||||||
image: ghcr.io/tetratelabs/wazero-internal:binfmt
|
image: ghcr.io/tetratelabs/wazero/internal-binfmt
|
||||||
platforms: ${{ matrix.arch }}
|
platforms: ${{ matrix.arch }}
|
||||||
|
|
||||||
- name: Build scratch container
|
- name: Build scratch container
|
||||||
|
|||||||
Reference in New Issue
Block a user