Skip to content

Commit c05d164

Browse files
committed
Overriding entrypoint on gcsproxy test. RE:#199
1 parent 715201c commit c05d164

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-gcsproxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
7373
- name: Test that gcsproxy can be found
7474
run: |
75-
docker run --rm ghcr.io/${{ github.repository_owner }}/${{ env.CONTAINER_NAME }}:latest gcsproxy --help
75+
# Override entrypoint to avoid the GHA job hanging
76+
docker run --rm --entrypoint="" ghcr.io/${{ github.repository_owner }}/${{ env.CONTAINER_NAME }}:latest gcsproxy --help
7677
7778
- name: Push docker
7879
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)