GitHub Actions: tags/releases to GitHub Container Registry too

This commit is contained in:
Ricardo Pardini
2020-10-30 13:09:27 +01:00
parent eafedba51b
commit 427dd066bd
2 changed files with 18 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ jobs:
# due to the way manifests work, the gap between this and the complete push below
# could result in pull failures or inconsistencies for arm64, such is life.
# further duplicated by building both release and debug builds
- name: Build and push amd64 Release Docker Image to DockerHub
- name: Build and push amd64 Release Docker Image to DockerHub/GitHub CR
uses: docker/build-push-action@v2
with:
build-args: |
@@ -58,7 +58,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache/release
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache/release
- name: Build and push amd64 Debug Docker Image to DockerHub
- name: Build and push amd64 Debug Docker Image to DockerHub/GitHub CR
uses: docker/build-push-action@v2
with:
build-args: |