general: add tag for release Docker images

This commit is contained in:
Lan Tian 2023-09-09 01:42:38 -07:00
parent cc818c1cc0
commit f8f64b03a6
No known key found for this signature in database
GPG Key ID: 04E66B6B25A0862B

View File

@ -70,7 +70,9 @@ jobs:
push: true
tags: |
xddxdd/bird-lg-go:latest
xddxdd/bird-lg-go:${{ github.event.release.tag_name }}
ghcr.io/xddxdd/bird-lg-go:frontend
ghcr.io/xddxdd/bird-lg-go:frontend-${{ github.event.release.tag_name }}
- name: Build proxy docker image
uses: docker/build-push-action@v4
@ -80,4 +82,6 @@ jobs:
push: true
tags: |
xddxdd/bird-lgproxy-go:latest
xddxdd/bird-lgproxy-go:${{ github.event.release.tag_name }}
ghcr.io/xddxdd/bird-lg-go:proxy
ghcr.io/xddxdd/bird-lg-go:proxy-${{ github.event.release.tag_name }}