Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaldray committed Jun 18, 2024
1 parent b683123 commit cbf35c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_vps_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
source ~/.zshrc
set -e -o errexit
export BUILD_ARGS="$BUILD_ARGS"
docker network inspect statlist-net >/dev/null 2>&1 || docker network create --driver overlay statlist-net
echo 'Login to docker registry...'
Expand All @@ -42,7 +42,8 @@ jobs:
git checkout docker
git pull origin docker
# Build & push docker image
docker buildx build --push $BUILD_ARGS -f ./docker/prod.Dockerfile -t kaldray/statlist-next:latest .
echo "Running docker build with build arguments: $BUILD_ARGS"
docker buildx build $BUILD_ARGS --push -f ./docker/prod.Dockerfile -t kaldray/statlist-next:latest .
echo 'build successful ✅'
Expand Down

0 comments on commit cbf35c7

Please sign in to comment.