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")
|
||||
fi
|
||||
|
||||
echo DOCKER_TAGS >> $GITHUB_OUTPUT
|
||||
echo $DOCKER_TAGS >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Generate Docker Deployment Target
|
||||
id: generate_docker_deployment_target
|
||||
run: |
|
||||
DOCKER_DEPLOY_TARGET=""
|
||||
|
||||
if [ "${{ inputs.build_environment }}" = "staging" ]; then
|
||||
DOCKER_DEPLOY_TARGET=caperren-com-staging
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user