Skip to content

Commit caa6137

Browse files
committed
Fix incorrect repository reference
1 parent ddbefbd commit caa6137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stage-3-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ jobs:
134134
echo "repository_path=${REGISTRY,,}/${IMAGE_NAME}" >> "${GITHUB_OUTPUT}"
135135
136136
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}"
137+
docker tag ${IMAGE_NAME}:latest "${repository_path}:${PR_NUM_TAG}"
138+
[[ -n "${ENVIRONMENT_TAG}" ]] && docker tag "${IMAGE_NAME}:latest "${ENVIRONMENT_TAG}"
139139
140140
- name: AzureCLI login
141141
if: github.ref == 'refs/heads/main' && env.USE_AZURECR == 'true'

0 commit comments

Comments
 (0)