We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7e740 commit b5ab114Copy full SHA for b5ab114
hooks/README.md
@@ -0,0 +1,5 @@
1
+# Hooks for Docker Hub
2
+
3
+Files in this directory are custom commands to be run during the different Docker Hub build phases.
4
5
+See https://docs.docker.com/docker-hub/builds/advanced/#custom-build-phase-hooks
hooks/post_checkout
@@ -0,0 +1,4 @@
+#!/bin/bash
+# Docker hub does a recursive clone, then checks the branch out,
+# so when a PR adds a submodule (or updates it), it fails.
+git submodule update --init
0 commit comments