Skip to content

Commit 5d79039

Browse files
YAML syntax
1 parent e78d94f commit 5d79039

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ jobs:
112112
env:
113113
IMAGE_NAME: ${{ inputs.project_name }}-${{ matrix.function }}
114114
PR_NUMBER: ${{ github.event.pull_request.number }}
115-
REGISTRY_REPOSITORY_PATH: ${{
116-
env.USE_AZURECR == 'true' &&
117-
format('{0}.azurecr.io/{1}-{2}', secrets.ACR_NAME, inputs.project_name, matrix.function) ||
118-
format('ghcr.io/{0}/{1}-{2}', github.repository_owner, inputs.project_name, matrix.function)
115+
REGISTRY_REPOSITORY_PATH: ${{
116+
env.USE_AZURECR == 'true' &&
117+
format('{0}.azurecr.io/{1}-{2}', secrets.ACR_NAME, inputs.project_name, matrix.function) ||
118+
format('ghcr.io/{0}/{1}-{2}', github.repository_owner, inputs.project_name, matrix.function)
119119
}}
120120
run: |
121121
short_commit_hash=$(git rev-parse --short ${GITHUB_SHA})

0 commit comments

Comments
 (0)