Skip to content

feat(bfcache): reload page on back-forward cache restoration #154

feat(bfcache): reload page on back-forward cache restoration

feat(bfcache): reload page on back-forward cache restoration #154

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