diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index ab5d386..2ad8344 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -119,7 +119,7 @@ jobs: containerfiles: | ./Containerfile image: ${{ env.IMAGE_NAME }} - tags: ${{ steps.generate_tags.outputs.build_tags }} + tags: ${{ steps.generate_tags.outputs.alias_tags }} build-args: | FEDORA_VERSION=${{ matrix.fedora_version }} KERNEL_VERSION=${{ env.kernel_major_minor_patch }} diff --git a/fetch.sh b/fetch.sh index 723b46e..da27b95 100755 --- a/fetch.sh +++ b/fetch.sh @@ -2,7 +2,7 @@ set -eoux pipefail -kernel_version="${KERNEL_VERSION}".fc"${FEDORA_VERSION}".x86_64 +kernel_version="${KERNEL_VERSION}" curl -LsSf -o /etc/yum.repos.d/_copr_sentry-kernel-ba.repo \ https://copr.fedorainfracloud.org/coprs/sentry/kernel-fsync/repo/fedora-"$(rpm -E %fedora)"/sentry-kernel-fsync-fedora-"$(rpm -E %fedora)".repo