Skip to content

Commit

Permalink
Clean up ci
Browse files Browse the repository at this point in the history
  • Loading branch information
justdan6 committed Sep 15, 2023
1 parent a02fe1b commit 8725879
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,21 @@ jobs:
with:
context: .
platforms: linux/amd64
push: true
tags: justdanz/curl-http3:latest
tags: justdanz/curl-http3
cache-from: |
ghcr.io/justdanz/curl-http3:latest
- name: Verify Curl
-
name: Verify Curl
run: |
docker run -t justdanz/curl-http3 curl --version
docker run -t justdanz/curl-http3 curl --version | grep "curl 8.3.0"
- name: Verify Brotli support
-
name: Verify Brotli support
run: |
docker run --rm justdanz/curl-http3 curl -sIL https://httpbin.org/brotli | grep -i 'content-encoding: br'
- name: Verify HTTP/3 support
-
name: Verify HTTP/3 support
run: |
docker run --rm justdanz/curl-http3 curl -sIL https://blog.cloudflare.com --http3 -H 'user-agent: mozilla' | grep 'HTTP/3'

0 comments on commit 8725879

Please sign in to comment.