From 30e8216aac2df9f78fa48f4eb22853bad89fe297 Mon Sep 17 00:00:00 2001 From: smf Date: Wed, 6 Mar 2024 11:39:21 +0800 Subject: [PATCH] no pack --- .github/workflows/publish.yml | 17 ----------------- docker-entrypoint.sh | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index 2fbc0eb..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,17 +0,0 @@ -on: - push: - tags: - - 'v*.*.*' - pull_request: - branches: - - 'master' - -jobs: - call_workflow_publish_docker: - uses: infrastructure/reusing_workflows/.github/workflows/publish_docker.yml@main - with: - artifact-skip: true - artifact-name: 'artifact' - docker_context: '{{defaultContext}}' - dockerfile_path: './Dockerfile' - secrets: inherit \ No newline at end of file diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index ff01feb..234b6e2 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -73,7 +73,7 @@ case $INPUT_DEPLOYMENT_MODE in *) INPUT_DEPLOYMENT_MODE="docker-compose" - DEPLOYMENT_COMMAND="docker-compose -f $STACK_FILE $DEPLOYMENT_COMMAND_OPTIONS" + DEPLOYMENT_COMMAND="docker compose -f $STACK_FILE $DEPLOYMENT_COMMAND_OPTIONS" ;; esac