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 30aa009 commit 9a73848Copy full SHA for 9a73848
.github/workflows/stage-3-build-images.yaml
@@ -134,7 +134,7 @@ jobs:
134
echo "ENVIRONMENT_TAG=${ENVIRONMENT_TAG}" >> ${GITHUB_ENV}
135
136
- name: Build and Push Image
137
- working-directory: ${{ needs.get-functions.outputs.DOCKER_COMPOSE_DIR }}
+ working-directory: ${{ steps.get-function-names.outputs.DOCKER_COMPOSE_DIR }}
138
continue-on-error: false
139
env:
140
COMPOSE_FILE: ${{ inputs.docker_compose_file }}
0 commit comments