mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 04:43:57 +00:00
version fix
This commit is contained in:
6
.github/workflows/build-docker-beta.yaml
vendored
6
.github/workflows/build-docker-beta.yaml
vendored
@@ -48,8 +48,7 @@ jobs:
|
|||||||
images: |
|
images: |
|
||||||
dbgate/dbgate
|
dbgate/dbgate
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}},suffix=-beta
|
type=match,pattern=\d+.\d+.\d+,suffix=-beta
|
||||||
# type=semver,pattern={{major}}.{{minor}},suffix=-beta
|
|
||||||
|
|
||||||
- name: Docker alpine meta
|
- name: Docker alpine meta
|
||||||
id: alpmeta
|
id: alpmeta
|
||||||
@@ -58,8 +57,7 @@ jobs:
|
|||||||
images: |
|
images: |
|
||||||
dbgate/dbgate
|
dbgate/dbgate
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}},suffix=-beta-alpine
|
type=match,pattern=\d+.\d+.\d+,suffix=-beta-alpine
|
||||||
# type=semver,pattern={{major}}.{{minor}},suffix=-beta-alpine
|
|
||||||
|
|
||||||
- name: Build docker image
|
- name: Build docker image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user