Skip to content

Commit

Permalink
FINERACT-2081: Publish docker image only for develop branch and versi…
Browse files Browse the repository at this point in the history
…oned tags
  • Loading branch information
adamsaghy committed May 29, 2024
1 parent e022788 commit 1d607c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-dockerhub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Fineract Publish to DockerHub

on: [push, pull_request]
on:
push:
branches:
- develop
tags:
- 1.*

permissions:
contents: read
Expand Down

0 comments on commit 1d607c7

Please sign in to comment.