Skip to content

Commit

Permalink
Fix musl tags for dd-lib-dotnet-init image (#5899)
Browse files Browse the repository at this point in the history
## Summary of changes
Musl tags generated from `generate-lib-init-pinned-tag-values-musl` have
an `_musl` suffix. This PR ensures that the pinning job uses the correct
variable.
  • Loading branch information
randomanderson authored Aug 16, 2024
1 parent ed6c355 commit 9f69b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ publish-lib-init-pinned-tags-musl:
needs: [ generate-lib-init-pinned-tag-values-musl ]
variables:
IMG_SOURCES: $GHCR_BASE/$LIB_INJECTION_NAME:${CI_COMMIT_SHA}-musl
IMG_DESTINATIONS: $IMG_DESTINATIONS_musl

onboarding_tests_installer:
parallel:
Expand Down

0 comments on commit 9f69b4b

Please sign in to comment.