Skip to content

Commit

Permalink
fix: Switched name from knovator to implerhq
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Jun 5, 2023
1 parent 880a4ac commit 1cb22b5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-prod-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
- name: Build, tag, and push image to Github Container Registry
id: build-image
env:
REGISTERY_OWNER: knovator
REGISTERY_OWNER: implerhq
DOCKER_NAME: impler/api
IMAGE_TAG: ${{ github.sha }}
GH_ACTOR: knovator
GH_ACTOR: implerhq
GH_PASSWORD: ${{ secrets.GH_PACKAGES }}
run: |
echo $GH_PASSWORD | docker login ghcr.io -u $GH_ACTOR --password-stdin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-prod-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
- name: Build, tag, and push image to Github container registry
id: build-image
env:
REGISTERY_OWNER: knovator
REGISTERY_OWNER: implerhq
DOCKER_NAME: impler/demo
IMAGE_TAG: ${{ github.sha }}
GH_ACTOR: knovator
GH_ACTOR: implerhq
GH_PASSWORD: ${{ secrets.GH_PACKAGES }}
run: |
echo $GH_PASSWORD | docker login ghcr.io -u $GH_ACTOR --password-stdin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-prod-embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- name: Build, tag, and push image to Github Container Registry
id: build-image
env:
REGISTERY_OWNER: knovator
REGISTERY_OWNER: implerhq
DOCKER_NAME: impler/embed
IMAGE_TAG: ${{ github.sha }}
GH_ACTOR: knovator
GH_ACTOR: implerhq
GH_PASSWORD: ${{ secrets.GH_PACKAGES }}
run: |
echo $GH_PASSWORD | docker login ghcr.io -u $GH_ACTOR --password-stdin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-prod-queue-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Build, tag, and push image to Github Container Registry
id: build-image
env:
REGISTERY_OWNER: knovator
REGISTERY_OWNER: implerhq
DOCKER_NAME: impler/queue-manager
IMAGE_TAG: ${{ github.sha }}
GH_ACTOR: knovator
GH_ACTOR: implerhq
GH_PASSWORD: ${{ secrets.GH_PACKAGES }}
run: |
echo $GH_PASSWORD | docker login ghcr.io -u $GH_ACTOR --password-stdin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-prod-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
- name: Build, tag, and push image to Github container registry
id: build-image
env:
REGISTERY_OWNER: knovator
REGISTERY_OWNER: implerhq
DOCKER_NAME: impler/web
IMAGE_TAG: ${{ github.sha }}
GH_ACTOR: knovator
GH_ACTOR: implerhq
GH_PASSWORD: ${{ secrets.GH_PACKAGES }}
run: |
echo $GH_PASSWORD | docker login ghcr.io -u $GH_ACTOR --password-stdin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-prod-widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
- name: Build, tag, and push image to Github container registry
id: build-image
env:
REGISTERY_OWNER: knovator
REGISTERY_OWNER: implerhq
DOCKER_NAME: impler/widget
IMAGE_TAG: ${{ github.sha }}
GH_ACTOR: knovator
GH_ACTOR: implerhq
GH_PASSWORD: ${{ secrets.GH_PACKAGES }}
run: |
echo $GH_PASSWORD | docker login ghcr.io -u $GH_ACTOR --password-stdin
Expand Down

0 comments on commit 1cb22b5

Please sign in to comment.