Skip to content

Commit 2fd71a5

Browse files
committed
#510 add Docker Multi Stage build, slim image from 977 to 561MB, run Containers non-root - fix docker GH Task
1 parent 7c7dfd0 commit 2fd71a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
org.opencontainers.image.revision=${{ github.sha }}
7878
7979
- name: GHC Unit Tests with Docker Image ⚙️
80-
run: docker run --entrypoint "/run-tests.sh" ${{ steps.prep.outputs.image }}:${{ steps.prep.outputs.version }}
80+
run: docker run --entrypoint "/app/docker/scripts/run-tests.sh" ${{ steps.prep.outputs.image }}:${{ steps.prep.outputs.version }}
8181

8282
- name: Push to Docker repo (on GH Push only) ☁️
8383
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)