Skip to content

Commit c3d1faa

Browse files
committed
upps - forgot that
1 parent 363c099 commit c3d1faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continious_integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
env:
77
REGISTRY: ghcr.io
8-
NAMESPACE: possible-x
8+
REGISTRY_NAMESPACE: possible-x
99
K8S_NAMESPACE: ${{ github.ref == 'refs/heads/main' && 'mvd-001-demo' || 'edc-dev' }}
1010
jobs:
1111
build-and-push-image:
@@ -45,7 +45,7 @@ jobs:
4545
id: connector-meta
4646
uses: docker/metadata-action@v4
4747
with:
48-
images: ${{ env.REGISTRY }}/${{ env.NAMESPACE }}/connector
48+
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_NAMESPACE }}/connector
4949
tags: |
5050
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main'}}
5151
type=raw,value=latest-${{github.ref_name }},enable=${{ github.ref != 'refs/heads/main'}}

0 commit comments

Comments
 (0)