Skip to content

Commit 302934e

Browse files
committed
refactor: replace hardcoded repo owner with resolved one
1 parent ed7292b commit 302934e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-github-base-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
type=raw,value=latest,enable=true
5757
type=match,pattern=base\/(.*),group=1
5858
images: |
59-
${{ env.GHCR_REGISTRY }}/arduino/${{ env.REPO }}
59+
${{ env.GHCR_REGISTRY }}/${{ github.repository_owner }}/${{ env.REPO }}
6060
6161
# Build and push Docker image with Buildx (don't push on PR)
6262
- name: Build and push Docker image

0 commit comments

Comments
 (0)