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 24257df commit 9ac101aCopy full SHA for 9ac101a
.github/workflows/build.yml
@@ -27,11 +27,12 @@ jobs:
27
--platform linux/${{ matrix.platform }} \
28
--file Dockerfile \
29
--build-arg IMAGE=nginx:${{ matrix.nginx_version }} \
30
- --tag modules:${{ matrix.nginx_version }}-${{ matrix.platform }} \
+ --tag module-temp-image \
31
+ --load \
32
.
33
34
- name: Run temp container
- run: docker run --name temp-container -d modules:${{ matrix.nginx_version }}-${{ matrix.platform }}
35
+ run: docker run --name temp-container -d module-temp-image
36
37
- name: Extract module from container
38
run: docker cp temp-container:/usr/lib/nginx/modules/otel_ngx_module.so otel_ngx_module.so
0 commit comments