Skip to content

Commit

Permalink
Merge pull request #31 from oasisprotocol/kostko/feature/ghcr
Browse files Browse the repository at this point in the history
ci: Switch to ghcr.io for container registry
  • Loading branch information
kostko committed Mar 15, 2023
2 parents bc16a6b + d38d662 commit b3b23f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-reproducibility.yml
Expand Up @@ -26,14 +26,14 @@ jobs:
id: build-1
uses: oasisprotocol/oasis-sdk/.github/actions/hash-rust@main
with:
image: oasisprotocol/runtime-builder:main
image: ghcr.io/oasisprotocol/runtime-builder:main
binaries: emerald-paratime

- name: Build runtime, 2.
id: build-2
uses: oasisprotocol/oasis-sdk/.github/actions/hash-rust@main
with:
image: oasisprotocol/runtime-builder:main
image: ghcr.io/oasisprotocol/runtime-builder:main
binaries: emerald-paratime

- name: Check binary equality
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
id: build-debug-elf
uses: oasisprotocol/oasis-sdk/.github/actions/hash-rust@main
with:
image: oasisprotocol/runtime-builder:main
image: ghcr.io/oasisprotocol/runtime-builder:main
binaries: emerald-paratime
clean: no
setup: |
Expand All @@ -45,7 +45,7 @@ jobs:
id: build-elf
uses: oasisprotocol/oasis-sdk/.github/actions/hash-rust@main
with:
image: oasisprotocol/runtime-builder:main
image: ghcr.io/oasisprotocol/runtime-builder:main
binaries: emerald-paratime
clean: no

Expand Down

0 comments on commit b3b23f8

Please sign in to comment.