1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +02:00

chore(build): refactoring makefile for better usability and introducing a default help target (#2930)

This commit is contained in:
Jan Larwig
2025-04-27 20:09:52 +02:00
committed by GitHub
parent 4237358ac3
commit 367183d7b8
8 changed files with 121 additions and 55 deletions

View File

@ -41,8 +41,8 @@ Note this uses `v4.1.0` as an example release number.
10. Publish release in Github
11. Make and push docker images to Quay
```
make docker-all
make docker-push-all
make build-docker-all
make push-docker-all
```
Note: Ensure the docker tags don't include `-dirty`. This means you have uncommitted changes.