Skip to content

Commit

Permalink
Add release workflow for parachain as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mosonyi committed Aug 26, 2021
1 parent 11cc19b commit 1a5cbcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Build Parachain Docker Template
on:
push:
branches: [ main ]

release:
types: [published]

env:
# github.repository as <account>/<repo>
PARACHAIN_IMAGE_NAME: integritee/parachain-docker-template
Expand Down
2 changes: 1 addition & 1 deletion parachain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
rustup target add wasm32-unknown-unknown --toolchain nightly && \
rustup default stable

RUN echo "PATH=\"\$PATH:/root/.cargo/bin\"" >> /etc/environment
RUN echo "PATH=\"$PATH:/root/.cargo/bin\"" >> /etc/environment

0 comments on commit 1a5cbcf

Please sign in to comment.