Skip to content

chore: update docs, add Node 23 to CI #5

chore: update docs, add Node 23 to CI

chore: update docs, add Node 23 to CI #5

name: Test splunk-otel-js Docker image
on:
pull_request:
paths:
- 'Dockerfile'
- '.github/workflows/test-docker-image.yml'
jobs:
test-image:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- uses: docker/setup-buildx-action@v2
- name: build container
uses: docker/[email protected]
with:
file: Dockerfile
platforms: linux/amd64,linux/arm64,linux/ppc64le
build-args: |
RELEASE_VER=${{ env.GITHUB_REF_NAME }}