This commit is contained in:
smf
2024-03-06 11:39:21 +08:00
parent aac8c97a53
commit 30e8216aac
2 changed files with 1 additions and 18 deletions

View File

@@ -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

View File

@@ -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