This commit is contained in:
parent
70d701b2ee
commit
84d6fd2fd4
2 changed files with 1 additions and 8 deletions
|
@ -14,13 +14,6 @@ steps:
|
|||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
- name: release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://itsblue.dev
|
||||
api_key:
|
||||
from_secret: docker_password
|
||||
|
||||
trigger:
|
||||
ref:
|
||||
- refs/tags/v*
|
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.64.0-alpine3.16
|
||||
|
||||
RUN apk add curl && \
|
||||
RUN apk add curl libc-dev && \
|
||||
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
Loading…
Reference in a new issue