fix: bump version to v2 to force nas update
This commit is contained in:
parent
31b50ee406
commit
1b668afa30
2 changed files with 2 additions and 3 deletions
|
|
@ -2,11 +2,10 @@ version: '3.8'
|
|||
|
||||
services:
|
||||
app:
|
||||
image: git.khoavo.myds.me/vndangkhoa/apix:latest
|
||||
image: git.khoavo.myds.me/vndangkhoa/apix:v2
|
||||
container_name: apix_container
|
||||
ports:
|
||||
- "8558:8888"
|
||||
volumes:
|
||||
volumes:
|
||||
- ./static/generated:/app/static/generated
|
||||
- ./static/uploads:/app/static/uploads
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# Configuration
|
||||
REGISTRY="git.khoavo.myds.me"
|
||||
IMAGE_NAME="vndangkhoa/apix"
|
||||
TAG="latest"
|
||||
TAG="v2"
|
||||
FULL_IMAGE="$REGISTRY/$IMAGE_NAME:$TAG"
|
||||
|
||||
echo "=== Building Docker Image for Linux/AMD64 ==="
|
||||
|
|
|
|||
Loading…
Reference in a new issue