Skip to content

Commit

Permalink
Triggering on release and not tags
Browse files Browse the repository at this point in the history
Might have to change github_ref == tag checks
  • Loading branch information
MukuFlash03 committed Oct 7, 2024
1 parent a405de5 commit 21b284e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: docker image
on:
push:
branches: [ master, gis-based-mode-detection, cleanup-cicd ]
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
# tags:
# - "v[0-9]+.[0-9]+.[0-9]+"
release:
types: [published]

#Dockerhub credentials are set as environment variables
env:
Expand Down

0 comments on commit 21b284e

Please sign in to comment.