Skip to content

Commit

Permalink
update path (#3091)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo authored Sep 25, 2024
1 parent 508323b commit 984d57b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
AUTHORIZE_UPGRADE_PREFIX: "0x02"
with:
chain: ${{ matrix.chain }}-parachain
runtime_dir: runtime/${{ matrix.chain }}
runtime_dir: parachain/runtime/${{ matrix.chain }}
profile: production

- name: Summary
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:

- name: Build docker image
run: |
./scripts/build-docker.sh production ${{ env.RELEASE_TAG }}
./parachain/scripts/build-docker.sh production ${{ env.RELEASE_TAG }}
echo "============================="
docker images
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
# the key for identity worker enclave shall be renewed when switching to sdk-v2.0.0
- name: Write enclave signing key
run: |
cat << EOF > tee-worker/enclave_key.pem
cat << EOF > tee-worker/identity/enclave_key.pem
${{ secrets.IDENTITY_ENCLAVE_STAGING_SIGNING_KEY }}
EOF
Expand All @@ -198,7 +198,7 @@ jobs:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: .
file: tee-worker/build.Dockerfile
file: tee-worker/identity/build.Dockerfile
tags: local-builder:latest
target: builder
build-args: |
Expand All @@ -215,7 +215,7 @@ jobs:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: .
file: tee-worker/build.Dockerfile
file: tee-worker/identity/build.Dockerfile
tags: litentry/identity-worker:${{ env.RELEASE_TAG }}
target: worker-release

Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:

- name: Write enclave signing key
run: |
cat << EOF > bitacross-worker/enclave_key.pem
cat << EOF > tee-worker/bitacross/enclave_key.pem
${{ secrets.BITACROSS_ENCLAVE_PROD_SIGNING_KEY }}
EOF
Expand All @@ -266,7 +266,7 @@ jobs:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: .
file: bitacross-worker/build.Dockerfile
file: tee-worker/bitacross/build.Dockerfile
tags: local-builder:latest
target: builder
build-args: |
Expand All @@ -283,7 +283,7 @@ jobs:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: .
file: bitacross-worker/build.Dockerfile
file: tee-worker/bitacross/build.Dockerfile
tags: litentry/bitacross-worker:${{ env.RELEASE_TAG }}
target: worker-release

Expand Down

0 comments on commit 984d57b

Please sign in to comment.