mirror of
https://github.com/dcarrillo/docker-nginx.git
synced 2025-11-20 03:12:36 +00:00
Bump nginx to 1.23.3 and alpine base image to 3.17 (#24)
* Bump nginx to 1.23.3 and alpine base image to 3.17 * [chore] Update github actions
This commit is contained in:
@@ -28,13 +28,13 @@ Build locally:
|
||||
./build.sh
|
||||
```
|
||||
|
||||
Build locally and upload to a registry (you must be logged in to the registry)
|
||||
Build locally and upload the image to a registry (you must be logged in to the registry)
|
||||
|
||||
```bash
|
||||
./build.sh --push
|
||||
```
|
||||
|
||||
Build locally, tag image as latest and upload to a registry (you must be logged in to the registry)
|
||||
Build locally, tag the image as latest and upload it to a registry (you must be logged in to the registry)
|
||||
|
||||
```bash
|
||||
./build.sh --push --latest
|
||||
|
||||
Reference in New Issue
Block a user