We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e200a3d commit 21e452dCopy full SHA for 21e452d
.github/workflows/aws-lc.yml
@@ -1,4 +1,4 @@
1
-name: build with AWS-LC
+name: Pack with AWS-LC
2
3
on:
4
push:
@@ -35,5 +35,5 @@ jobs:
35
36
- name: Build and push HAProxy w/ AWS-LC
37
run: |
38
- docker build --build-arg=SSL_VENDOR=${TAG} -t ${DIMAGE}:${TAG} --push ${COMMON_ARGS} -f Dockerfile.${TAG} .
+ docker build --build-arg=SSL_VENDOR=${DTAG} -t ${DIMAGE}:${DTAG} --push ${COMMON_ARGS} -f Dockerfile.${DTAG} .
39
.github/workflows/compile.yml
-name: CI build
+name: Compile w/ external ssl libs
0 commit comments