mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2025-01-05 17:18:42 +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
|
||||
./manifest.sh $new_tag
|
||||
./manifest.sh latest
|
||||
|
||||
pushd ../../
|
||||
cargo publish
|
||||
popd
|
||||
fi
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.3'
|
|||
|
||||
services:
|
||||
pictrs:
|
||||
image: asonix/pictrs:v0.3.0-alpha.23-fewer-streams-r1
|
||||
image: asonix/pictrs:v0.3.0-alpha.23
|
||||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue