]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - hooks/post_push
Added forwarder binding to Service.vue
[github/bastienwirtz/homer.git] / hooks / post_push
CommitLineData
abe6df52
AZ
1#!/bin/bash
2
ab40c4e0
BW
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