mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 22:01:31 +02:00
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:
parent
4d40e9384c
commit
98099287ee
7
.github/workflows/quic-interop-libressl.yml
vendored
7
.github/workflows/quic-interop-libressl.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user