Skip to content

Commit db56c0b

Browse files
authored
Merge branch 'master' into nginx-1.21.7
2 parents 4a90f44 + 558c4b0 commit db56c0b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/dockerimage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
MKCERT_VERSION: v1.4.3
2020
run: |
2121
set -x
22-
sudo apt-get install -y libnss3-tools
22+
sudo apt-get update && \
23+
sudo apt-get install -y libnss3-tools
2324
2425
curl https://github.com/FiloSottile/mkcert/releases/download/${MKCERT_VERSION}/mkcert-${MKCERT_VERSION}-linux-amd64 --location --output /tmp/mkcert
2526
chmod 744 /tmp/mkcert
@@ -33,7 +34,7 @@ jobs:
3334
3435
# https://github.com/marketplace/actions/build-and-push-docker-images
3536
- name: Build the Docker image
36-
uses: docker/build-push-action@v2
37+
uses: docker/build-push-action@v3
3738
with:
3839
context: .
3940
tags: macbre/nginx

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## What is this?
2+
[![Docker Image CI](https://github.com/macbre/docker-nginx-http3/actions/workflows/dockerimage.yml/badge.svg)](https://github.com/macbre/docker-nginx-http3/actions/workflows/dockerimage.yml)
23

34
Stable and up-to-date [nginx](https://nginx.org/en/CHANGES) with [QUIC + **HTTP/3 experimental support**](https://hg.nginx.org/nginx-quic/shortlog/quic), [Google's `brotli` compression](https://github.com/google/ngx_brotli) and [Grade A+ SSL config](https://ssl-config.mozilla.org/)
45

0 commit comments

Comments
 (0)