Skip to content

Commit

Permalink
feat(ci): update ci domain
Browse files Browse the repository at this point in the history
  • Loading branch information
hunshenshi committed Jul 26, 2024
1 parent 327c49f commit 8d309b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/halo2-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ on:
push:
paths:
- 'halo2-wasm-node-server/**'
tags:
- v*.*.*
# tags:
# - v*.*.*

env:
REGISTRY: ghcr.io
IMAGE_NAME: machinefi/halo2server
IMAGE_NAME: iotexproject/halo2server

jobs:
build_docker_image:
if: ${{ github.event.ref =~ ^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+$ }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/risc0-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ on:
push:
paths:
- 'risc0-server/**'
tags:
- v*.*.*
# tags:
# - v*.*.*

env:
REGISTRY: ghcr.io
IMAGE_NAME: machinefi/risc0server
IMAGE_NAME: iotexproject/risc0server

jobs:
build_docker_image:
if: ${{ github.event.ref =~ ^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+$ }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/wasm-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ on:
push:
paths:
- 'wasm-server-go/**'
tags:
- v*.*.*
# tags:
# - v*.*.*

env:
REGISTRY: ghcr.io
IMAGE_NAME: machinefi/wasmserver
IMAGE_NAME: iotexproject/wasmserver

jobs:
build_docker_image:
if: ${{ github.event.ref =~ ^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+$ }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 8d309b9

Please sign in to comment.