forked from open-telemetry/opentelemetry-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-tracecontext-testsuite.yml
More file actions
36 lines (31 loc) · 1020 Bytes
/
Copy pathbuild-tracecontext-testsuite.yml
File metadata and controls
36 lines (31 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: Build tracecontext testsuite
on:
push:
paths:
- 'integration-tests/tracecontext/docker/**'
- '.github/workflows/build-tracecontext-testsuite.yaml'
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
publish:
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Login to GitHub package registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
with:
context: integration-tests/tracecontext/docker
push: true
tags: ghcr.io/open-telemetry/java-test-containers:w3c-tracecontext-testsuite