Skip to content

Commit 8eca468

Browse files
galovicsJenkins Automation Server
authored andcommitted
Changed docker-publish and fineract-client-publish workflows to use develop-mifos branch
1 parent c7ed550 commit 8eca468

File tree

4 files changed

+151
-152
lines changed

4 files changed

+151
-152
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Fineract to Docker Hub
33
on:
44
push:
55
branches:
6-
- develop
6+
- develop-mifos
77
workflow_dispatch:
88

99
jobs:

.github/workflows/fineract-client-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Publish Fineract client to Mifos Artifactory
33
on:
44
push:
55
branches:
6-
- develop
6+
- develop-mifos
77

88
permissions:
99
contents: write
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
env:
1515
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
1616
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313

1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)