Skip to content

Commit

Permalink
Release tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
dleclercpro committed Jan 7, 2024
1 parent 1e85a2d commit 8e5a5f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Define image variables
user="dleclercpro"
app="samurai"
release="latest"
release="v2.2.0"

# Build a cross-platform image and push it to Dockerhub
docker buildx build --platform linux/amd64,linux/arm64 -t $user/$app-app:$release -f ./Dockerfile . --push
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3.8'
services:
app:
container_name: samurai-app
image: dleclercpro/samurai-app:latest
image: dleclercpro/samurai-app:v2.2.0
restart: unless-stopped
ports:
- 80:80
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3.8'
services:
app:
container_name: samurai-app
image: dleclercpro/samurai-app:latest
image: dleclercpro/samurai-app:v2.2.0
restart: always
ports:
- 8000:8000
Expand All @@ -16,7 +16,7 @@ services:

nginx:
container_name: samurai-nginx
image: dleclercpro/samurai-nginx:latest
image: dleclercpro/samurai-nginx:v2.2.0
restart: always
ports:
- 443:443 # HTTPS
Expand Down

0 comments on commit 8e5a5f1

Please sign in to comment.