Skip to content

Commit

Permalink
Removed triggers from GitHub release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Aug 2, 2024
1 parent 0960ac1 commit d49d5ed
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release-docker.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: 'Publish Docker image to GitHub Packages'

on:
push:
release:
types: [published]
# We don't actually want to publish this to GitHub Packages, because we'd rather host them at
# containers.renci.org. However, I'm going to leave this workflow here (without any triggers)
# in case it's needed in the future. Just uncomment the `on:` triggers if needed.
#
#on:
# release:
# types: [published]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit d49d5ed

Please sign in to comment.