Skip to content

Commit 976af31

Browse files
chipitsinewlallemand
authored andcommitted
CI: LibreSSL QUIC Interop: fix docker context
in the commit haproxy/haproxy@9809928 building docker was switched to URL, but I forgotten to change context. this is a followup fix.
1 parent 0686fd8 commit 976af31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quic-interop-libressl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: push
3232
uses: docker/build-push-action@v5
3333
with:
34-
context: haproxy-qns
34+
context: https://github.com/haproxytech/haproxy-qns.git
3535
push: true
3636
build-args: |
3737
SSLLIB: LibreSSL

0 commit comments

Comments
 (0)