We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc4bb3 commit 4cbc65eCopy full SHA for 4cbc65e
.github/workflows/build-and-push-ecr.yml
@@ -2,15 +2,8 @@ name: Build and push nginx ingress image
2
3
on:
4
push:
5
- branches:
6
- - 'master'
7
tags:
8
- - '**'
9
- paths-ignore:
10
- - '**.md'
11
- pull_request:
12
13
+ - 'nginx-*'
14
15
env:
16
IMAGE_NAME: "nginx-ingress-controller"
.github/workflows/build-otel.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
docker build -f build/Dockerfile.otel -t otel-builder .
20
docker create --name extract otel-builder
21
- docker cp extract:/usr/src/nginx-1.27.4/objs/ngx_otel_module.so .
+ docker cp extract:/usr/src/nginx-otel/build/ngx_otel_module.so .
22
docker rm extract
23
24
- name: Upload OTEL module to GitHub Release
0 commit comments