We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715201c commit c05d164Copy full SHA for c05d164
.github/workflows/build-gcsproxy.yml
@@ -72,7 +72,8 @@ jobs:
72
73
- name: Test that gcsproxy can be found
74
run: |
75
- docker run --rm ghcr.io/${{ github.repository_owner }}/${{ env.CONTAINER_NAME }}:latest gcsproxy --help
+ # Override entrypoint to avoid the GHA job hanging
76
+ docker run --rm --entrypoint="" ghcr.io/${{ github.repository_owner }}/${{ env.CONTAINER_NAME }}:latest gcsproxy --help
77
78
- name: Push docker
79
if: github.event_name != 'pull_request'
0 commit comments