Skip to content

Commit

Permalink
Fix typo in controller name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shai Katz committed Mar 7, 2021
1 parent 5883691 commit daa2a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ jobs:
docker login ghcr.io -u $GHCR_USERNAME -p $GHCR_PASSWORD
docker tag ghcr.io/soluto/kamus:$DECRYPTOR_API_DOCKER_TAG ghcr.io/soluto/kamus:decryptor-latest
docker tag ghcr.io/soluto/kamus:$ENCRYPTOR_API_DOCKER_TAG ghcr.io/soluto/kamus:encryptor-latest
docker tag ghcr.io/soluto/kamus:$CONTROLLER_API_DOCKER_TAG ghcr.io/soluto/kamus:contoller-latest
docker tag ghcr.io/soluto/kamus:$CONTROLLER_API_DOCKER_TAG ghcr.io/soluto/kamus:controller-latest
docker push ghcr.io/soluto/kamus:decryptor-latest
docker push ghcr.io/soluto/kamus:encryptor-latest
docker push ghcr.io/soluto/kamus:contoller-latest
docker push ghcr.io/soluto/kamus:controller-latest
- run:
name: push tags
command: |
Expand Down

0 comments on commit daa2a1d

Please sign in to comment.