Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
chore: push to quay registry (#71)
Browse files Browse the repository at this point in the history
* chore: push to quay registry

* chore: add missing user and pass in login

* chore: change quay_username

* chore: use quay_token
  • Loading branch information
manumena authored Nov 16, 2022
1 parent 0b8b0e6 commit dc6eeb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
docker:
- image: cimg/node:16.14-browsers
environment: &ENVIRONMENT
DOCKER_IMAGE_NAME: decentraland/catalyst-lighthouse
DOCKER_IMAGE_NAME: quay.io/decentraland/catalyst-lighthouse
steps:
- <<: *attach_root
- setup_remote_docker: { docker_layer_caching: true, version: 20.10.2 }
Expand All @@ -106,7 +106,7 @@ jobs:
fi
- run:
name: Log into DockerHub
command: docker login -u "${DOCKER_USER}" -p "${DOCKER_PASS}"
command: docker login -u "${QUAY_USERNAME}" -p "${QUAY_TOKEN}" quay.io
- run:
name: Push image
command: |
Expand All @@ -131,7 +131,7 @@ jobs:
docker:
- image: cimg/node:16.14-browsers
environment: &ENVIRONMENT
DOCKER_IMAGE_NAME: decentraland/catalyst-lighthouse
DOCKER_IMAGE_NAME: quay.io/decentraland/catalyst-lighthouse
steps:
- <<: *attach_root
- setup_remote_docker: { docker_layer_caching: true, version: 20.10.2 }
Expand All @@ -145,7 +145,7 @@ jobs:
fi
- run:
name: Log into DockerHub
command: docker login -u "${DOCKER_USER}" -p "${DOCKER_PASS}"
command: docker login -u "${QUAY_USERNAME}" -p "${QUAY_TOKEN}" quay.io
- run:
name: Push image (without tag)
command: |
Expand Down

0 comments on commit dc6eeb3

Please sign in to comment.