Skip to content

Commit

Permalink
Merge pull request #4 from MukuFlash03/image-push
Browse files Browse the repository at this point in the history
Added TODO to change image push branch
  • Loading branch information
MukuFlash03 authored Mar 26, 2024
2 parents 3c17d18 + e402a61 commit ffcdbc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ name: docker-image-push-public-dash
# events but only for the master branch
on:
push:
# Mukul:
# I've added a local test branch on my system and using it for testing image push.
# So, for testing purposes, need to checkout a branch "image-push-merge"
# TODO: Need to change to build off master or main once it looks good.
branches: [ image-push-merge ]


Expand Down

0 comments on commit ffcdbc8

Please sign in to comment.