chore(cicd): Fixing registry url

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-11-29 15:03:19 +01:00
parent 126551cdda
commit 9bf4f7d99b

View file

@ -40,7 +40,7 @@ jobs:
- name: Building and Pushing frontend image
id: build-image
env:
DOCKER_REPO: ${{ secrets.DEV_REGISTRY_URL }}
DOCKER_REPO: ${{ secrets.OSS_REGISTRY_URL }}
IMAGE_TAG: ${{ github.ref_name }}_${{ github.sha }}
ENVIRONMENT: staging
run: |