This is an automated email from the ASF dual-hosted git repository.
mtaha pushed a commit to branch multi-arch-build-test
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/multi-arch-build-test by this
push:
new 84137447 Add shebang to push hook (#1682)
84137447 is described below
commit 841374470cbaf5587ebddd2c50a95fe86338b450
Author: Muhammad Taha Naveed <[email protected]>
AuthorDate: Fri Mar 15 22:02:01 2024 +0500
Add shebang to push hook (#1682)
- This hook is empty because we just need it to overwrite the default
push behavior of dockerhub automated build.
---
docker/hooks/push | 1 +
1 file changed, 1 insertion(+)
diff --git a/docker/hooks/push b/docker/hooks/push
index e69de29b..cc1f786e 100644
--- a/docker/hooks/push
+++ b/docker/hooks/push
@@ -0,0 +1 @@
+#!/bin/bash
\ No newline at end of file