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