We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7292b commit 302934eCopy full SHA for 302934e
.github/workflows/docker-github-base-image.yml
@@ -56,7 +56,7 @@ jobs:
56
type=raw,value=latest,enable=true
57
type=match,pattern=base\/(.*),group=1
58
images: |
59
- ${{ env.GHCR_REGISTRY }}/arduino/${{ env.REPO }}
+ ${{ env.GHCR_REGISTRY }}/${{ github.repository_owner }}/${{ env.REPO }}
60
61
# Build and push Docker image with Buildx (don't push on PR)
62
- name: Build and push Docker image
0 commit comments