File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
name : ${{ matrix.docker }}
25
25
steps :
26
+ - name : Login to Quay.io
27
+ uses : docker/login-action@v2
28
+ with :
29
+ registry : quay.io
30
+ username : ${{ secrets.QUAY_UBI_READONLY_USERNAME }}
31
+ password : ${{ secrets.QUAY_UBI_READONLY_PASSWORD }}
26
32
- name : build
27
33
uses : sysdiglabs/exporter-builder@v1.1
28
34
with :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ EXPOSE 9187
18
18
USER 59000:59000
19
19
ENTRYPOINT [ "/bin/postgres_exporter" ]
20
20
21
- FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.11 AS ubi
21
+ FROM quay.io/sysdig/sysdig-stig- mini-ubi9:1.2.0 AS ubi
22
22
COPY --from=builder /bin/postgres_exporter /bin/postgres_exporter
23
23
EXPOSE 9187
24
24
USER 59000:59000
You can’t perform that action at this time.
0 commit comments