Skip to content

Commit 5f3a9fa

Browse files
authored
Merge pull request #145 from awslabs/fix/release-pipeline-fixes
fix: resolve release pipeline failures in coverage and container tags
2 parents c92793e + 17f8fd2 commit 5f3a9fa

2 files changed

Lines changed: 2249 additions & 2255 deletions

File tree

dev-tools/container/calculate_tags.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ else
3030
fi
3131

3232
# Output in format expected by GitHub Actions
33-
echo "primary-tags=$PRIMARY_TAGS"
34-
echo "python-tags=$PYTHON_TAGS"
33+
echo "primary_tags=$PRIMARY_TAGS"
34+
echo "python_tags=$PYTHON_TAGS"

0 commit comments

Comments
 (0)