Skip to content

Commit 4cbc65e

Browse files
committed
Update build for otel module
1 parent 4cc4bb3 commit 4cbc65e

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/build-and-push-ecr.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@ name: Build and push nginx ingress image
22

33
on:
44
push:
5-
branches:
6-
- 'master'
75
tags:
8-
- '**'
9-
paths-ignore:
10-
- '**.md'
11-
pull_request:
12-
branches:
13-
- '**'
6+
- 'nginx-*'
147

158
env:
169
IMAGE_NAME: "nginx-ingress-controller"

.github/workflows/build-otel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
docker build -f build/Dockerfile.otel -t otel-builder .
2020
docker create --name extract otel-builder
21-
docker cp extract:/usr/src/nginx-1.27.4/objs/ngx_otel_module.so .
21+
docker cp extract:/usr/src/nginx-otel/build/ngx_otel_module.so .
2222
docker rm extract
2323
2424
- name: Upload OTEL module to GitHub Release

0 commit comments

Comments
 (0)