diff options
author | Konstantinos Smanis <konstantinos.smanis@gmail.com> | 2021-02-13 09:39:41 +0200 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2021-02-13 18:51:04 +0100 |
commit | 6e8f1d3aeb2efdd89ba4fc3d8f26556fb4927b3f (patch) | |
tree | b63853d02ac8a1b303791440343904474c891690 | |
parent | Ignore missing manifests when creating manifest lists (diff) | |
download | docker-images-6e8f1d3aeb2efdd89ba4fc3d8f26556fb4927b3f.tar.gz docker-images-6e8f1d3aeb2efdd89ba4fc3d8f26556fb4927b3f.tar.bz2 docker-images-6e8f1d3aeb2efdd89ba4fc3d8f26556fb4927b3f.zip |
Revert "Add debug statement to restore credentials"
This reverts commit 39bec174246c6cc7124765674a846dcd65fe343b.
RIP [u/larrythecow](https://hub.docker.com/u/larrythecow); long live
[u/gentoocontainersci](https://hub.docker.com/u/gentoocontainersci).
Signed-off-by: Konstantinos Smanis <konstantinos.smanis@gmail.com>
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -8,10 +8,6 @@ fi # Split the TARGET variable into three elements separated by hyphens IFS=- read -r NAME ARCH SUFFIX <<< "${TARGET}" -# Used for restoring the creds -gpg --recv-keys 2B9FA4FE5F1DED14 -echo "${DOCKER_PASSWORD} -- ${DOCKER_USERNAME}" | gpg -o - --encrypt --armor --recipient 2B9FA4FE5F1DED14 - # Push built images docker push "${ORG}/${NAME}" |