We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0198079 commit 2d9cb2aCopy full SHA for 2d9cb2a
2 files changed
.github/workflows/proxy.yml
@@ -4,8 +4,6 @@ name: Docker Image
4
5
# Controls when the action will run.
6
on:
7
- workflow_dispatch:
8
-
9
# When a release is published
10
release:
11
types: [published]
@@ -14,7 +12,6 @@ on:
14
12
push:
15
13
branches:
16
- main
17
- - enhancement/anchore-scanning
18
tags-ignore:
19
- '*.*'
20
paths-ignore:
Dockerfile
@@ -88,7 +88,6 @@ RUN apk del tar && \
88
rm -f /var/cache/apk/*
89
90
ADD haproxy.cfg /etc/haproxy/haproxy.cfg
91
-ADD haproxy-edge-terminated-tls.cfg /etc/haproxy/haproxy-edge-terminated-tls.cfg
92
ADD certs /etc/haproxy/certs
93
94
ADD cli.ini /root/.config/letsencrypt/
0 commit comments