Skip to content

Commit

Permalink
Update build_iso.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
proJM-Coding authored Jun 4, 2024
1 parent 597cd01 commit d9308ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
SHA_SHORT="${GITHUB_SHA::7}"
COMMIT_TAGS+=("pr-${{ github.event.number }}")
COMMIT_TAGS+=("${SHA_SHORT}")
COMMIT_TAGS+=("${fedora_version}")
# Append matching timestamp tags to keep a version history
for TAG in "${BUILD_TAGS[@]}"; do
Expand All @@ -63,6 +62,7 @@ jobs:
BUILD_TAGS+=("${TIMESTAMP}")
BUILD_TAGS+=("latest")
BUILD_TAGS+=("${fedora_version}")
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
echo "Generated the following commit tags: "
Expand Down

0 comments on commit d9308ba

Please sign in to comment.