Skip to content

Commit

Permalink
kick off GA
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard committed Nov 29, 2024
1 parent 919e32d commit 4800704
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: build-and-push-ohdsi-docker-image-to-Docker-Hub

on:
release:
types: [published]
workflow_dispatch:
# on:
# release:
# types: [published]
# workflow_dispatch:

on: [push]

env:
APP_NAME: Glp1DiliApp # the Shiny application name in the OHDSI ShinyProxyDeploy gitHub repo application.yml file
APP_NAME: EstimationTutorial # the Shiny application name in the OHDSI ShinyProxyDeploy gitHub repo application.yml file
DOCKER_IMAGE: ohdsi/estimationtutorial
MAINTAINER: Marc Suchard <[email protected]>
AUTHOR: Marc Suchard <[email protected]>
Expand Down

0 comments on commit 4800704

Please sign in to comment.