Skip to content

Commit

Permalink
CI: LibreSSL QUIC Interop: fix docker context
Browse files Browse the repository at this point in the history
in the commit haproxy@9809928
building docker was switched to URL, but I forgotten to change context.

this is a followup fix.
  • Loading branch information
chipitsine authored and wlallemand committed Oct 30, 2024
1 parent 0686fd8 commit 976af31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quic-interop-libressl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: push
uses: docker/build-push-action@v5
with:
context: haproxy-qns
context: https://github.com/haproxytech/haproxy-qns.git
push: true
build-args: |
SSLLIB: LibreSSL
Expand Down

0 comments on commit 976af31

Please sign in to comment.