From 77ae37b65609c5c258caaa7645b962db37c53f20 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Tue, 18 Jun 2024 15:14:54 -0600 Subject: [PATCH] fix(ci): Ensure default tag is set in PRs --- .github/workflows/reusable-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 402065e8d74..56b05e56deb 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -164,6 +164,7 @@ jobs: echo "${TAG}" done alias_tags=("${COMMIT_TAGS[@]}") + echo "DEFAULT_TAG=${SHA_SHORT}" >> $GITHUB_ENV else alias_tags=("${BUILD_TAGS[@]}") fi