This repository was archived by the owner on Jan 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1313 push :
1414 branches :
1515 - master
16+ tags :
17+ - " v*"
1618
1719env :
1820 REGISTRY : ghcr.io
4143 uses : docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea
4244 with :
4345 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
46+ tags : |
47+ type=ref,event=branch
48+ type=ref,event=pr
49+ type=semver,pattern={{version}}
50+ type=semver,pattern={{major}}.{{minor}}
4451
4552 - name : Build and push Docker image
4653 uses : docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ See https://github.com/resmo/nip.io/blob/master/src/backend.conf.example for an
3333#### Run the Container from ghcr:
3434
3535``` bash
36- docker run -d -p 0.0.0.0:53:53/tcp -p 0.0.0.0:53:53/udp -v /data/backend.conf:/usr/local/bin/backend.conf --name nip.io ghcr.io/resmo/nip-io
36+ docker run -d -p 0.0.0.0:53:53/tcp -p 0.0.0.0:53:53/udp -v /data/backend.conf:/usr/local/bin/backend.conf --name nip.io ghcr.io/resmo/nip-io:master
3737```
3838
3939#### Or Build the Image:
You can’t perform that action at this time.
0 commit comments