Add missing $
All checks were successful
Build and Test Staging / build_test_deploy (pull_request) Has been skipped
All checks were successful
Build and Test Staging / build_test_deploy (pull_request) Has been skipped
This commit is contained in:
@@ -44,11 +44,13 @@ jobs:
|
|||||||
DOCKER_TAGS+=("gitea.perren.cloud/caperren/caperren-com:latest")
|
DOCKER_TAGS+=("gitea.perren.cloud/caperren/caperren-com:latest")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo DOCKER_TAGS >> $GITHUB_OUTPUT
|
echo $DOCKER_TAGS >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Generate Docker Deployment Target
|
- name: Generate Docker Deployment Target
|
||||||
id: generate_docker_deployment_target
|
id: generate_docker_deployment_target
|
||||||
run: |
|
run: |
|
||||||
|
DOCKER_DEPLOY_TARGET=""
|
||||||
|
|
||||||
if [ "${{ inputs.build_environment }}" = "staging" ]; then
|
if [ "${{ inputs.build_environment }}" = "staging" ]; then
|
||||||
DOCKER_DEPLOY_TARGET=caperren-com-staging
|
DOCKER_DEPLOY_TARGET=caperren-com-staging
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user