CI: switch QUIC Interop on LibreSSL to common docker image

previously we used different docker images for different SSL libs,
now all of them are merged into one, lets switch to it
This commit is contained in:
Ilia Shipitsin 2024-10-29 21:49:02 +01:00 committed by William Lallemand
parent 4d40e9384c
commit 98099287ee

View File

@ -30,19 +30,16 @@ jobs:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Clone docker image definition
run: |
git clone -b libressl https://github.com/haproxytech/haproxy-qns
- name: Build and push Docker image - name: Build and push Docker image
id: push id: push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: haproxy-qns context: haproxy-qns
push: true push: true
build-args: |
SSLLIB: LibreSSL
tags: ghcr.io/${{ github.repository }}:libressl tags: ghcr.io/${{ github.repository }}:libressl
run: run:
needs: build needs: build
strategy: strategy: