mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 11:49:34 +00:00
add 8-language localization & fix 30s page load delay
This commit is contained in:
parent
0ad3b0fd51
commit
831423c172
304 changed files with 22589 additions and 28 deletions
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
|
|
@ -20,7 +20,6 @@ permissions:
|
|||
contents: read
|
||||
|
||||
jobs:
|
||||
# Job 1: Attempt to build on your self-hosted runner
|
||||
build_self_hosted:
|
||||
runs-on: self-hosted
|
||||
|
||||
|
|
@ -71,11 +70,8 @@ jobs:
|
|||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
# Job 2: This job only runs if the self-hosted build fails or is canceled
|
||||
build_github_hosted_fallback:
|
||||
|
||||
needs: build_self_hosted
|
||||
|
||||
if: failure() || cancelled()
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -122,4 +118,4 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name == 'push' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue