Skip to content

Commit 9a73848

Browse files
authored
fix: DTOSS-8936 manual image rebuild (#174)
* fix: proper compose file dir * fix: proper compose file dir * fix: proper compose file dir
1 parent 30aa009 commit 9a73848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
echo "ENVIRONMENT_TAG=${ENVIRONMENT_TAG}" >> ${GITHUB_ENV}
135135
136136
- name: Build and Push Image
137-
working-directory: ${{ needs.get-functions.outputs.DOCKER_COMPOSE_DIR }}
137+
working-directory: ${{ steps.get-function-names.outputs.DOCKER_COMPOSE_DIR }}
138138
continue-on-error: false
139139
env:
140140
COMPOSE_FILE: ${{ inputs.docker_compose_file }}

0 commit comments

Comments
 (0)