Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nirlipo authored Aug 27, 2024
1 parent 7f7ed05 commit 00db404
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Publish Docker image
on:
release:
types: [published]
# Use for testing this script, which will be triggered after a push
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 00db404

Please sign in to comment.