Skip to content

Commit

Permalink
ci: Switch iroha2 default image to debian-based
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 authored and mversic committed Sep 26, 2024
1 parent 659f969 commit 4574ec8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/iroha2-custom-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
image: hyperledger/iroha2-ci:nightly-2024-09-09
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.CHECKOUT_REF }}
- name: Download executor.wasm file
uses: actions/download-artifact@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/iroha2-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
with:
name: executor.wasm
path: ${{ env.DOCKER_COMPOSE_PATH }}/executor.wasm
retention-days: 1

registry_save_build_artifacts:
runs-on: [self-hosted, Linux, iroha2]
Expand Down Expand Up @@ -61,7 +60,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
file: Dockerfile.glibc
push: true
tags: |
hyperledger/iroha:dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
context: .
load: true
file: Dockerfile
file: Dockerfile.glibc
tags: |
hyperledger/iroha:${{ env.TAG }}
docker.soramitsu.co.jp/iroha2/iroha:${{ env.TAG }}
Expand Down

0 comments on commit 4574ec8

Please sign in to comment.