We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e40fd5 commit 695cfa7Copy full SHA for 695cfa7
1 file changed
.github/workflows/stage-3-build-images.yaml
@@ -255,10 +255,11 @@ jobs:
255
docker rmi ${PROJECT_NAME}-${function}:latest
256
257
- name: Upload docker image as an artifact
258
+ working-directory: ${{ steps.get-function-names.outputs.DOCKER_COMPOSE_DIR }}
259
uses: actions/upload-artifact@v4
260
with:
261
name: "${PROJECT_NAME}-${function}.tar"
- path: ${{ steps.get-function-names.outputs.DOCKER_COMPOSE_DIR }}/"${PROJECT_NAME}-${function}.tar"
262
+ path: "${PROJECT_NAME}-${function}.tar"
263
264
- name: Compress SBOM report
265
shell: bash
0 commit comments