Merge branch 'master' into develop

This commit is contained in:
Kittapath 2023-03-20 17:27:21 +07:00
commit 654fbad6e1

View file

@ -1,17 +1,17 @@
name: release
run-name: release ${{ github.actor }}
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
tags-ignore:
- '2.*'
# push:
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+'
# tags-ignore:
# - '2.*'
# Allow run workflow manually from Action tab
workflow_dispatch:
inputs:
IMAGE_VER:
description: "version for build image"
type: string
# inputs:
# IMAGE_VER:
# description: "version for build image"
# type: string
env:
REGISTRY: docker.frappet.com
IMAGE_NAME: demo/test-fe-exam