Skip to content
Snippets Groups Projects
Commit 98527213 authored by Georges Racinet's avatar Georges Racinet
Browse files

Script to pull from registry.h.n and tag/push to Docker hub

parent 817619dc
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
HEPTAPOD_REGISTRY_IMAGE=registry.heptapod.net:443/heptapod/omnibus-heptapod:latest
TARGET_IMAGE=octobus/heptapod:testing
docker pull $HEPTAPOD_REGISTRY_IMAGE
docker tag $HEPTAPOD_REGISTRY_IMAGE $TARGET_IMAGE
docker push $TARGET_IMAGE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment