Skip to content

feat(ui): enhance route details load balancer display with health poo… #151

feat(ui): enhance route details load balancer display with health poo…

feat(ui): enhance route details load balancer display with health poo… #151

name: Docker Image CI
on:
push:
tags: [v*]
jobs:
build-prod:
uses: ./.github/workflows/docker-image.yml
with:
image_name: ${{ github.repository_owner }}/godoxy-frontend
tag: latest
latest: true
build-prod-lite:
uses: ./.github/workflows/docker-image.yml
with:
image_name: ${{ github.repository_owner }}/godoxy-frontend
tag: latest
latest: false
suffix: -lite
dockerfile: lite.Dockerfile