We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbefbd commit caa6137Copy full SHA for caa6137
.github/workflows/stage-3-build.yaml
@@ -134,8 +134,8 @@ jobs:
134
echo "repository_path=${REGISTRY,,}/${IMAGE_NAME}" >> "${GITHUB_OUTPUT}"
135
136
docker compose -f ${COMPOSE_FILE//,/ -f } -p ${PROJECT_NAME} build --no-cache --pull ${{ matrix.function }}
137
- docker tag ${IMAGE_NAME}:latest "${REPO_PATH}:${PR_NUM_TAG}"
138
- [[ -n "${ENVIRONMENT_TAG}" ]] && docker tag "${IMAGE_NAME}:latest "$${ENVIRONMENT_TAG}"
+ docker tag ${IMAGE_NAME}:latest "${repository_path}:${PR_NUM_TAG}"
+ [[ -n "${ENVIRONMENT_TAG}" ]] && docker tag "${IMAGE_NAME}:latest "${ENVIRONMENT_TAG}"
139
140
- name: AzureCLI login
141
if: github.ref == 'refs/heads/main' && env.USE_AZURECR == 'true'
0 commit comments