Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-snapshot-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ jobs:
DOCKER_IMAGES=$(docker image ls --format "{{.Repository}}:{{.Tag}}" | grep "$GITHUB_REPOSITORY/nrdot-collector-builder:$VERSION" | tr '\n' ' ')

echo $DOCKER_IMAGES | xargs -d ' ' -I{} -n1 sh -c "docker push {}"
docker manifest create $GITHUB_REPOSITORY/nrdot-collector-builder:$VERSION $(echo $DOCKER_IMAGES)
docker manifest push $GITHUB_REPOSITORY/nrdot-collector-builder:$VERSION
docker manifest create ghcr.io/$GITHUB_REPOSITORY/nrdot-collector-builder:$VERSION $(echo $DOCKER_IMAGES)
docker manifest push ghcr.io/$GITHUB_REPOSITORY/nrdot-collector-builder:$VERSION
Loading