Skip to content

Commit 08197de

Browse files
committed
GCE CloudSQL proxy - fix exposed ports
1 parent a902036 commit 08197de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ runs:
3737
3838
# start container
3939
docker run -d --name gce-cloudsql-proxy --restart on-failure \
40+
-p ${{ inputs.port }}:${{ inputs.port }} \
4041
-v /tmp/gce-cloudsql-proxy:/tmp/gce-cloudsql-proxy \
4142
gcr.io/cloudsql-docker/gce-proxy:${{ inputs.proxy_version }} \
4243
/cloud_sql_proxy \

0 commit comments

Comments
 (0)