Skip to content

Commit

Permalink
chore(ci): fix up tags and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Jun 30, 2024
1 parent 4eaeb96 commit ed339ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed339ed

Please sign in to comment.