Skip to content

Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.2… #1

Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.2…

Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.2… #1

name: Build tracecontext testsuite
on:
push:
paths:
- 'integration-tests/tracecontext/docker/**'
- '.github/workflows/build-tracecontext-testsuite.yaml'
branches:
- main
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to GitHub package registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: integration-tests/tracecontext/docker
push: true
tags: ghcr.io/open-telemetry/java-test-containers:w3c-tracecontext-testsuite