Skip to content

Commit f001dae

Browse files
committed
Fix Test Run command to run container in detached mode
1 parent fa07194 commit f001dae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Test Run
5555
run: |
56-
docker run --rm ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
56+
docker run --rm -d ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
5757
5858
- name: Build and push image
5959
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)