chore: update docs, add Node 23 to CI #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |