1
mirror of https://github.com/xddxdd/bird-lg-go synced 2025-10-27 06:42:13 +01:00

3 Commits

Author SHA1 Message Date
Lan Tian
01438edaef release: v1.3.7.1 2024-03-12 18:05:50 -07:00
Lan Tian
90f36610dc ci: fix failing whois test 2024-03-12 18:03:23 -07:00
Lan Tian
6174208d07 ci: fix typo in release workflow 2024-03-12 17:56:52 -07:00
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ jobs:
- name: Test whois binary in frontend image - name: Test whois binary in frontend image
run: | run: |
docker build -t local/frontend frontend/ docker build -t local/frontend frontend/
docker run --rm --net host --entrypoint whois local/frontend github.com || exit 1 docker run --rm --net host --entrypoint whois local/frontend -I github.com || exit 1
docker run --rm --net host --entrypoint whois local/frontend -h whois.ripe.net github.com || exit 1 docker run --rm --net host --entrypoint whois local/frontend -h whois.ripe.net github.com || exit 1
docker run --rm --net host --entrypoint whois local/frontend -h whois.ripe.net:43 github.com || exit 1 docker run --rm --net host --entrypoint whois local/frontend -h whois.ripe.net:43 github.com || exit 1

View File

@@ -67,7 +67,7 @@ jobs:
with: with:
context: '{{defaultContext}}:frontend' context: '{{defaultContext}}:frontend'
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
push: true{context}/Dockerfile push: true
tags: | tags: |
xddxdd/bird-lg-go:latest xddxdd/bird-lg-go:latest
xddxdd/bird-lg-go:${{ github.event.release.tag_name }} xddxdd/bird-lg-go:${{ github.event.release.tag_name }}

View File

@@ -1 +1 @@
v1.3.7 v1.3.7.1