Skip to content

Commit

Permalink
Use new quay secret.
Browse files Browse the repository at this point in the history
  • Loading branch information
fasaxc committed May 21, 2020
1 parent f54df4c commit f428edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ blocks:
dependencies: ["Tests"]
task:
secrets:
- name: quay-robot-semaphore_v2
- name: quay-robot-calico+semaphoreci
- name: docker
jobs:
- name: "make cd"
commands:
- echo $DOCKER_TOKEN | docker login --username "$DOCKER_USER" --password-stdin
- echo $QUAY_TOKEN | docker login --username "$QUAY_USERNAME" --password-stdin quay.io
- echo $QUAY_TOKEN | docker login --username "$QUAY_USER" --password-stdin quay.io
- export BRANCH_NAME=$SEMAPHORE_GIT_BRANCH
- if [ -z "${SEMAPHORE_GIT_PR_NUMBER}" ]; then make image-all cd CONFIRM=true; fi

0 comments on commit f428edf

Please sign in to comment.