diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e04548f..0138cf0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ name: Deploy to k8s on: [ workflow_dispatch ] env: - DOCKER_TAG: "${{ secrets.DOCKER_REGISTRY }}/landing:${{ github.sha }}" + DOCKER_TAG: "${{ secrets.DOCKER_REGISTRY }}/ostiwe-com/landing:${{ github.sha }}" HELM_HELPER: ${{ secrets.HELM_HELPER_IMAGE }} NAMESPACE: "landing" jobs: