Skip to content

Commit 8fbef6b

Browse files
authored
Revert "Feat: allowed production tag, staging tag, and manual run on existing tags to trigger building docker images for AWS deployment"
1 parent 53d90c1 commit 8fbef6b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/docker_build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ name: Create and publish a Docker image
77
on:
88
push:
99
tags:
10-
- 'v[0-9]+.[0-9]+.[0-9]+'
11-
workflow_dispatch:
12-
inputs:
13-
tags:
14-
description: 'Please only use existing tags'
15-
required: true
16-
10+
- '*beta*'
1711

1812
env:
1913
REGISTRY: ghcr.io
@@ -45,7 +39,7 @@ jobs:
4539
tags: |
4640
type=ref,event=branch
4741
type=ref,event=pr
48-
type=semver,pattern={{raw}},value=${{ env.TAG || github.event.inputs.tags }}
42+
type=semver,pattern={{raw}}
4943
- name: Build and push Docker image
5044
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
5145
with:

0 commit comments

Comments
 (0)