diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/.github/actions/setup-docker-build-env/action.yml /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/.github/actions/setup-docker-build-env/action.yml --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/.github/actions/setup-docker-build-env/action.yml 2024-11-02 16:44:18.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/.github/actions/setup-docker-build-env/action.yml 2024-11-02 12:31:16.000000000 +0000 @@ -34,5 +34,5 @@ # list of Docker images to use as base name for tags images: | - ghcr.io/${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }} + ghcr.io/${{ github.repository_owner }}/rokon # generate Docker tags based on the following events/attribute flavor: ${{inputs.flavor}} diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/.github/workflows/publish.yml /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/.github/workflows/publish.yml --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/.github/workflows/publish.yml 2024-11-02 16:44:18.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/.github/workflows/publish.yml 2024-11-02 14:05:52.000000000 +0000 @@ -33,5 +33,4 @@ with: push: true - continue-on-error: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} @@ -149,6 +148,6 @@ workflow: build-on-other-arches.yml ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || github.ref }} - token: ${{ secrets.GITHUB_TOKEN || github.token }} - repo: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }} + token: ${{ secrets.GITHUB_TOKEN }} + repo: ${{ github.repository }} fedora: timeout-minutes: 125 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/PKGBUILD /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/PKGBUILD --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/PKGBUILD 2024-11-02 16:44:46.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/PKGBUILD 2024-11-02 14:06:20.000000000 +0000 @@ -2,5 +2,5 @@ pkgname=rokon -pkgver=1.0.0+712df2e +pkgver=1.0.0+044d511 pkgrel=1 epoch=0 diff -U2 -r /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/snapcraft.yaml /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/snapcraft.yaml --- /var/lib/copr-rpmbuild/results/rokon/upstream-unpacked/Source0/snapcraft.yaml 2024-11-02 16:44:18.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/rokon/srpm-unpacked/rokon-vendored-source.zip-extract/snapcraft.yaml 2024-11-02 14:05:52.000000000 +0000 @@ -71,6 +71,6 @@ build-snaps: [go/latest/stable, gnome-46-2404-sdk/latest/edge] build-packages: + # For goreleaser or git information in general. - git - - clang build-environment: - CGO_ENABLED: '1'