Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
removed push trigger
  • Loading branch information
nirlipo authored Aug 27, 2024
1 parent f1b1a77 commit 3c9a314
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: Publish Docker image
on:
release:
types: [published]
push:
branches:
- 'develop'
# Use for testing this script, which will be triggered after a push
# push:
# branches:
# - 'develop'
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
Expand Down

0 comments on commit 3c9a314

Please sign in to comment.