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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user