~tyil/www-fglt.nl

7cd9828076ceb5fc7fbf49ff0ee243f6be0a8995 — Patrick Spek 4 years ago fe15695
Try gitlab ci with --password-stdin
1 files changed, 1 insertions(+), 1 deletions(-)

M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +1 -1
@@ 22,7 22,7 @@ Push Docker image:
  services:
    - docker:dind
  before_script:
    - docker login -u $QUAY_USER -p $QUAY_PASSWORD quay.io
    - echo "$QUAY_PASSWORD" | docker login -u $QUAY_USER --password-stdin https://quay.io
  script:
    - docker build -t $QUAY_REPOSITORY:latest $QUAY_REPOSITORY:ci-$CI_COMMIT_SHA .
    - docker push $QUAY_REPOSITORY:latest $QUAY_REPOSITORY:ci-$CI_COMMIT_SHA