Delete spaces

This commit is contained in:
Valeria Bagisheva 2023-08-24 15:57:07 +03:00 committed by GitHub
parent bffef7b9f4
commit a6caae0dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ jobs:
run: |
cd .${DOCKER_PATH}
DOCKER_TAG=$(echo "${GITHUB_REF_NAME}" | sed '/^release\b\|^hotfix\b\|^feature\b/s/release.*\/\|hotfix.*\/\|feature.*\///; s/-git-action$//').${{github.run_number}}
export DOCKER_TAG
export DOCKER_TAG
docker buildx bake -f build.yml \
--set *.args.GIT_BRANCH=$GITHUB_REF_NAME \