From 063c302d652440533eed67e7dbd69a60d00d3d04 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Mon, 20 Mar 2023 14:45:25 +0700 Subject: [PATCH 1/3] test push --- src/views/MainLayout.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index 91d182b..2a96e05 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -37,6 +37,7 @@ const activeMenu = (path: string) => { * confirm ก่อนออกจากระบบ */ const doLogout = () => { + // this.$q // .dialog({ // title: "ยืนยันการออกจากระบบ", From 547e18b9955c6d26daa423fcd1f9343bc47b1ff3 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Mon, 20 Mar 2023 15:15:33 +0700 Subject: [PATCH 2/3] comment push tag --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6012f49..0b5dfc0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,11 +1,11 @@ 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: From b6215c47931e1e3c2e284f9648cac8ed056b569a Mon Sep 17 00:00:00 2001 From: Kittapath Date: Mon, 20 Mar 2023 15:18:29 +0700 Subject: [PATCH 3/3] comment inputs IMAGE_VER --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0b5dfc0..8f9d47f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,10 +8,10 @@ on: # - '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