This commit is contained in:
parent
df6104e8a4
commit
ea9a5667e6
2 changed files with 2 additions and 6 deletions
|
@ -12,8 +12,4 @@ steps:
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
||||||
trigger:
|
|
||||||
ref:
|
|
||||||
- refs/tags/v*
|
|
|
@ -1,5 +1,5 @@
|
||||||
FROM rust:1.67
|
FROM rust:1.67
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install gcc-multilib && \
|
apt install -y gcc-multilib && \
|
||||||
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
Loading…
Reference in a new issue