mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
build docker image
This commit is contained in:
parent
b91bf13281
commit
63b95c6793
9
.github/workflows/build-docker.yaml
vendored
9
.github/workflows/build-docker.yaml
vendored
@ -4,8 +4,13 @@ name: Docker image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- production
|
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||||
|
|
||||||
|
# on:
|
||||||
|
# push:
|
||||||
|
# branches:
|
||||||
|
# - production
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Web site created using create-react-app"
|
content="DbGate - web based opensource database administration tool for MS SQL, MySQL, Postgre SQL"
|
||||||
/>
|
/>
|
||||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user