This commit is contained in:
parent
6691d52fac
commit
8ac922d283
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@
|
|||
publish-docker-hub = pkgs.writeScriptBin "albatros-publish-dockerhub" ''
|
||||
RTAG=''${TAG:-$COMMIT}
|
||||
echo "selected release tag is $RTAG"
|
||||
${alba} container push -t albatros:$RTAG docker/ "docker://docker.io/superboum/albatros:$RTAG" 1>&2
|
||||
${alba} container push -t albatros:$RTAG docker/ "docker://docker.io/dxflrs/albatros:$RTAG" 1>&2
|
||||
'';
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue