diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9ef80aa..1e9c172 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -56,7 +56,7 @@ jobs: id: docker_metadata uses: docker/metadata-action@v4 with: - images: ghcr.io/${{ github.repository }}/${{ matrix.binary }} + images: ghcr.io/${{ github.repository_owner }}/${{ matrix.binary }} - name: Build and push ${{ matrix.binary }} container image id: docker_build uses: docker/build-push-action@v3 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 38f1e61..49c7706 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -93,7 +93,7 @@ jobs: id: docker_metadata uses: docker/metadata-action@v4 with: - images: ghcr.io/${{ github.repository }}/${{ matrix.binary }} + images: ghcr.io/${{ github.repository_owner }}/${{ matrix.binary }} tags: | ${{ needs.tag.outputs.new-tag-version }} latest diff --git a/.github/workflows/tag-to-release.yaml b/.github/workflows/tag-to-release.yaml index d56f251..87ae24b 100644 --- a/.github/workflows/tag-to-release.yaml +++ b/.github/workflows/tag-to-release.yaml @@ -58,7 +58,7 @@ jobs: id: docker_metadata uses: docker/metadata-action@v4 with: - images: ghcr.io/${{ github.repository }}/${{ matrix.binary }} + images: ghcr.io/${{ github.repository_owner }}/${{ matrix.binary }} tags: | ${{ needs.tag.outputs.new-tag-version }} latest