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 c388b4b commit 7d5f0e5Copy full SHA for 7d5f0e5
.github/workflows/stage-3-build.yaml
@@ -148,6 +148,7 @@ jobs:
148
run: |
149
docker compose -f ${COMPOSE_FILE//,/ -f } -p ${PROJECT_NAME} build --no-cache --pull ${{ matrix.function }}
150
docker tag ${IMAGE_NAME}:latest "${REPO_PATH}:${PR_NUM_TAG}"
151
+ [[ -n "${ENVIRONMENT_TAG}" ]] && docker tag "${IMAGE_NAME}:latest "${REPO_PATH}:${ENVIRONMENT_TAG}"
152
153
- name: AzureCLI login
154
if: github.ref == 'refs/heads/main' && env.USE_AZURECR == 'true'
0 commit comments