ci: fix ghcr.io container pushing
[buildbot.git] / .github / workflows / build-push.yml
index 61a1c1b1a7adc35566e90c545256ce4e3ea12452..d87a47d844bf54fe86a041100c3cf61a2282cb42 100644 (file)
@@ -67,7 +67,7 @@ jobs:
         id: meta
         uses: docker/metadata-action@v4
         with:
-          images: name=ghcr.io/${{ github.actor }}/build${{ matrix.container_flavor }}-v${{ env.BUILDBOT_VERSION }}
+          images: name=ghcr.io/${{ github.repository }}/build${{ matrix.container_flavor }}-v${{ env.BUILDBOT_VERSION }}
 
       - name: Login to GitHub Container Registry
         uses: docker/login-action@v2