mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +00:00
Version v0.1.0-r2
This commit is contained in:
parent
5580352d04
commit
178c2145d1
2 changed files with 4 additions and 1 deletions
|
@ -61,6 +61,9 @@ docker build \
|
||||||
-t asonix/pictrs:arm64v8-latest \
|
-t asonix/pictrs:arm64v8-latest \
|
||||||
-f Dockerfile.arm64v8 \
|
-f Dockerfile.arm64v8 \
|
||||||
.
|
.
|
||||||
|
docker push asonix/pictrs:arm64v8-$new_tag
|
||||||
|
docker push asonix/pictrs:arm64v8-latest
|
||||||
|
|
||||||
# Build for other archs
|
# Build for other archs
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
pictrs:
|
pictrs:
|
||||||
image: asonix/pictrs:v0.1.0-r1
|
image: asonix/pictrs:v0.1.0-r2
|
||||||
user: root
|
user: root
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8080:8080"
|
- "127.0.0.1:8080:8080"
|
||||||
|
|
Loading…
Reference in a new issue