Push docker images to github container registry (#2705)

* changes to push images in github container registry

* reverting changes for helm chart to pass CI test

* use gitURL instead of whole URL

* use gitURL instead of whole URL

* added release process for docker.io

* removed trailing spaces

* added support for multi arch images in GHCR
This commit is contained in:
Shubham Bansal
2023-01-30 17:26:06 +05:30
committed by GitHub
parent d3a615211f
commit c4ed12d9c5
2 changed files with 164 additions and 2 deletions
+8 -1
View File
@@ -43,7 +43,14 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Docker Login
- name: Login to ghcr.io
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to docker.io
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}