Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Docker build in CI; release mockotlpserver 0.6.2 #492

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

trentm
Copy link
Member

@trentm trentm commented Dec 17, 2024

Fix another couple issues with Docker build/push in CI.
This fixes a failure seen here: https://github.com/elastic/elastic-otel-node/actions/runs/12382422883
Also add the requisite token permission for pushing a package to ghcr.io.

@trentm trentm requested review from david-luna and a team December 17, 2024 22:56
@trentm trentm self-assigned this Dec 17, 2024
@trentm trentm merged commit 37c4eab into main Dec 18, 2024
3 checks passed
@trentm trentm deleted the trentm/fix-and-release-mockotlpserver-0.6.2 branch December 18, 2024 16:14
@trentm
Copy link
Member Author

trentm commented Dec 18, 2024

THis worked finally:

% docker buildx imagetools inspect ghcr.io/elastic/elastic-otel-node/mockotlpserver
Name:      ghcr.io/elastic/elastic-otel-node/mockotlpserver:latest
MediaType: application/vnd.oci.image.index.v1+json
Digest:    sha256:0f64f07d0c95562fb3f96905b1efd5561ceaa33dc85a96c27d63d235ad1b4802
...
  • npm:
% npm info @elastic/mockotlpserver time
{
  created: '2024-09-06T17:02:49.407Z',
  modified: '2024-12-18T16:16:34.296Z',
  '0.4.1': '2024-09-06T17:02:49.736Z',
  '0.5.0': '2024-09-06T18:34:07.973Z',
  '0.6.2': '2024-12-18T16:16:32.441Z'
}
```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants