diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fd02e3d..392b1b7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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