Skip to content

Commit cb99730

Browse files
committed
make repository name lowercase
1 parent b47ac4a commit cb99730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-publish-docker-helm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
cd deploy/helm
4343
# hack to push the image to ghcr.io. We will update chartpress.yaml when we move to separate deploy repo
44-
python -c "import re; data=open('chartpress.yaml').read(); open('chartpress.yaml', 'w').write(re.sub(r'ifrcgoacr.azurecr.io/ifrcgo-', 'ghcr.io/IFRCGo/go-', data))"
44+
python -c "import re; data=open('chartpress.yaml').read(); open('chartpress.yaml', 'w').write(re.sub(r'ifrcgoacr.azurecr.io/ifrcgo-', 'ghcr.io/ifrcgo/go-', data))"
4545
chartpress --push
4646
4747
- name: Get the version
@@ -54,4 +54,4 @@ jobs:
5454
5555
- name: Push Helm Chart
5656
run: |
57-
helm push .helm-charts/ifrcgo-helm-${{ steps.get_version.outputs.VERSION }}.tgz oci://ghcr.io/IFRCGo/go-api
57+
helm push .helm-charts/ifrcgo-helm-${{ steps.get_version.outputs.VERSION }}.tgz oci://ghcr.io/ifrcgo/go-api

0 commit comments

Comments
 (0)