From 8fbef6b90a5c6fbc6328520a2725fc04c14a1594 Mon Sep 17 00:00:00 2001 From: Lingling <55448354+linglp@users.noreply.github.com> Date: Thu, 22 Jun 2023 18:03:29 -0400 Subject: [PATCH] Revert "Feat: allowed production tag, staging tag, and manual run on existing tags to trigger building docker images for AWS deployment" --- .github/workflows/docker_build.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index b7fb00c27..4232a5161 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -7,13 +7,7 @@ name: Create and publish a Docker image on: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+' - workflow_dispatch: - inputs: - tags: - description: 'Please only use existing tags' - required: true - + - '*beta*' env: REGISTRY: ghcr.io @@ -45,7 +39,7 @@ jobs: tags: | type=ref,event=branch type=ref,event=pr - type=semver,pattern={{raw}},value=${{ env.TAG || github.event.inputs.tags }} + type=semver,pattern={{raw}} - name: Build and push Docker image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: