Skip to content

Commit

Permalink
fix Docker build in CI; release mockotlpserver 0.6.2 (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Dec 18, 2024
1 parent 5ad4ddc commit 37c4eab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-mockotlpserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
permissions:
attestations: write
contents: write
packages: write
pull-requests: read
id-token: write

Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
id: docker-push
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
context: .
context: ${{ env.PKGDIR }}
platforms: linux/amd64,linux/arm64
file: 'packages/mockotlpserver/Dockerfile'
push: true
Expand Down
6 changes: 5 additions & 1 deletion packages/mockotlpserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# @elastic/mockotlpserver Changelog

## v0.6.2

- Fix Docker publishing (permissions, context dir).

## v0.6.1

- Fix Docker publishing.
- Fix Docker publishing (git tag -> docker image tag handling).

## v0.6.0

Expand Down
4 changes: 2 additions & 2 deletions packages/mockotlpserver/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mockotlpserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/mockotlpserver",
"version": "0.6.1",
"version": "0.6.2",
"type": "commonjs",
"description": "A mock OTLP server, useful for dev and testing",
"publishConfig": {
Expand Down

0 comments on commit 37c4eab

Please sign in to comment.