Skip to content

Commit 21e452d

Browse files
author
Kalo Zsombor
committed
add aws-lc
1 parent e200a3d commit 21e452d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/aws-lc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build with AWS-LC
1+
name: Pack with AWS-LC
22

33
on:
44
push:
@@ -35,5 +35,5 @@ jobs:
3535

3636
- name: Build and push HAProxy w/ AWS-LC
3737
run: |
38-
docker build --build-arg=SSL_VENDOR=${TAG} -t ${DIMAGE}:${TAG} --push ${COMMON_ARGS} -f Dockerfile.${TAG} .
38+
docker build --build-arg=SSL_VENDOR=${DTAG} -t ${DIMAGE}:${DTAG} --push ${COMMON_ARGS} -f Dockerfile.${DTAG} .
3939

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI build
1+
name: Compile w/ external ssl libs
22

33
on:
44
push:

0 commit comments

Comments
 (0)