pack #1

Merged
smf merged 2 commits from pack into local 2024-03-06 11:40:05 +08:00
2 changed files with 1 additions and 18 deletions
Showing only changes of commit 30e8216aac - Show all commits

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" 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 esac