Skip to content

Commit

Permalink
chore(packaging): fix image name (grafana#837)
Browse files Browse the repository at this point in the history
🖕
  • Loading branch information
sh0rez authored Aug 1, 2019
1 parent ace5993 commit ce6ec3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ endef
# pushes the app, if branch==master also as :latest and :master
define push-image
$(call push,$(1))
$(if $(filter $(GIT_BRANCH),master), $(call push,promtail,master))
$(if $(filter $(GIT_BRANCH),master), $(call push,promtail,latest))
$(if $(filter $(GIT_BRANCH),master), $(call push,$(1),master))
$(if $(filter $(GIT_BRANCH),master), $(call push,$(1),latest))
endef

# promtail
Expand Down

0 comments on commit ce6ec3d

Please sign in to comment.