Skip to content

Commit

Permalink
Merge pull request #1243 from Sage-Bionetworks/revert-1241-develop-pu…
Browse files Browse the repository at this point in the history
…blish-docker-img-tag

Revert "Feat: allowed production tag, staging tag, and manual run on existing tags to trigger building docker images for AWS deployment"
  • Loading branch information
linglp authored Jun 23, 2023
2 parents 53d90c1 + 8fbef6b commit 56fb2f8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 56fb2f8

Please sign in to comment.