aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantinos Smanis <konstantinos.smanis@gmail.com>2021-02-13 09:39:41 +0200
committerAlexys Jacob <ultrabug@gentoo.org>2021-02-13 18:51:04 +0100
commit6e8f1d3aeb2efdd89ba4fc3d8f26556fb4927b3f (patch)
treeb63853d02ac8a1b303791440343904474c891690
parentIgnore missing manifests when creating manifest lists (diff)
downloaddocker-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-xdeploy.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/deploy.sh b/deploy.sh
index f900278..48d3b0f 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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}"