diff options
author | 2020-12-05 18:06:28 +0200 | |
---|---|---|
committer | 2021-02-12 18:28:42 +0100 | |
commit | 49ead22507c20d7aceea6b4c7788bb9bceb0a0ca (patch) | |
tree | 813b0a3af443532ed7eac7ddfec8b9dc70e06453 /deploy.sh | |
parent | Add debug statement to restore credentials (diff) | |
download | docker-images-49ead22507c20d7aceea6b4c7788bb9bceb0a0ca.tar.gz docker-images-49ead22507c20d7aceea6b4c7788bb9bceb0a0ca.tar.bz2 docker-images-49ead22507c20d7aceea6b4c7788bb9bceb0a0ca.zip |
Migrate from Travis CI to GitHub Actions
Closes: #97
Signed-off-by: Konstantinos Smanis <konstantinos.smanis@gmail.com>
Closes: https://github.com/gentoo/gentoo-docker-images/pull/100
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ gpg --recv-keys 2B9FA4FE5F1DED14 echo "${DOCKER_PASSWORD} -- ${DOCKER_USERNAME}" | gpg -o - --encrypt --armor --recipient 2B9FA4FE5F1DED14 # Push built images -echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin docker push "${ORG}/${NAME}" if [[ "${TARGET}" != stage* ]]; then |