previously, wrong syntax of passing build arguments was used, thus
previously images were built using default SSLLIB=QuicTLS-1.1.1
context: https://github.com/haproxytech/haproxy-qns.git
push: true
build-args: |
- SSLLIB: AWS-LC
+ SSLLIB=AWS-LC
tags: ghcr.io/${{ github.repository }}:aws-lc
- name: Cleanup registry
context: https://github.com/haproxytech/haproxy-qns.git
push: true
build-args: |
- SSLLIB: LibreSSL
+ SSLLIB=LibreSSL
tags: ghcr.io/${{ github.repository }}:libressl
- name: Cleanup registry