mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +00:00
Version v0.3.0-alpha.23
This commit is contained in:
parent
c31c3223c0
commit
79c9db254b
2 changed files with 5 additions and 1 deletions
|
@ -80,4 +80,8 @@ build_image $new_tag amd64 $push
|
||||||
if [ "$push" == "true" ]; then
|
if [ "$push" == "true" ]; then
|
||||||
./manifest.sh $new_tag
|
./manifest.sh $new_tag
|
||||||
./manifest.sh latest
|
./manifest.sh latest
|
||||||
|
|
||||||
|
pushd ../../
|
||||||
|
cargo publish
|
||||||
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
pictrs:
|
pictrs:
|
||||||
image: asonix/pictrs:v0.3.0-alpha.23-fewer-streams-r1
|
image: asonix/pictrs:v0.3.0-alpha.23
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8080:8080"
|
- "127.0.0.1:8080:8080"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in a new issue