aboutsummaryrefslogtreecommitdiffhomepage
path: root/hooks/post_push
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/post_push')
-rw-r--r--hooks/post_push8
1 files changed, 0 insertions, 8 deletions
diff --git a/hooks/post_push b/hooks/post_push
deleted file mode 100644
index 3d4830d..0000000
--- a/hooks/post_push
+++ /dev/null
@@ -1,8 +0,0 @@
1#!/bin/bash
2
3IFS='-' read -r TAG string <<< "$DOCKER_TAG"
4
5docker manifest create b4bz/homer:$TAG b4bz/homer:$TAG-amd64 b4bz/homer:$TAG-arm32v7 b4bz/homer:$TAG-arm64v8
6docker manifest annotate b4bz/homer:$TAG b4bz/homer:$TAG-arm32v7 --os linux --arch arm
7docker manifest annotate b4bz/homer:$TAG b4bz/homer:$TAG-arm64v8 --os linux --arch arm64 --variant v8
8docker manifest push --purge b4bz/homer:$TAG