Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU authored Dec 7, 2023
1 parent de17bdd commit 83ca789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
BUILD_TAGS+=("latest")
fi
if [[ "${{ matrix.is_gtst_version }}" == "true" ]] && \
if [[ "${{ matrix.is_gts_version }}" == "true" ]] && \
[[ "${{ matrix.is_latest_driver }}" == "true" ]]; then
BUILD_TAGS+=("gts-${TIMESTAMP}")
BUILD_TAGS+=("gts")
Expand Down

0 comments on commit 83ca789

Please sign in to comment.