GHA fixes

This commit is contained in:
Khanh Ngo 2023-05-24 21:21:44 +02:00
parent 5183bb5093
commit 8ac33a0278
No known key found for this signature in database
GPG key ID: 29077342AA5648F6
4 changed files with 18 additions and 17 deletions

View file

@ -195,13 +195,13 @@ feature work.
Go to the project root directory and run the following command:
```sh
docker build --build-arg=COMMIT=$(git rev-parse --short HEAD) -t wireguard-ui .
docker build --build-arg=GIT_COMMIT=$(git rev-parse --short HEAD) -t wireguard-ui .
```
or
```sh
docker compose build --build-arg=COMMIT=$(git rev-parse --short HEAD)
docker compose build --build-arg=GIT_COMMIT=$(git rev-parse --short HEAD)
```
:information_source: A container image is avaialble on [Docker Hub](https://hub.docker.com/r/ngoduykhanh/wireguard-ui) which you can pull and use