File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change
1
+ name : Docker image builds
2
+ on :
3
+ push :
4
+ branches :
5
+ - master
6
+ paths :
7
+ - containers/backup-db/**
8
+ workflow_dispatch :
9
+
10
+ jobs :
11
+ backup-db :
12
+ uses : ./.github/workflows/docker-build.yml
13
+ with :
14
+ name : " db-backup"
15
+ username : " ajayyy"
16
+ folder : " ./containers/backup-db"
17
+ secrets :
18
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 21
21
name : " rsync-host"
22
22
username : " ajayyy"
23
23
folder : " ./containers/rsync"
24
- secrets :
25
- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
- backup-db :
27
- uses : ./.github/workflows/docker-build.yml
28
- with :
29
- name : " db-backup"
30
- username : " ajayyy"
31
- folder : " ./containers/backup-db"
32
24
secrets :
33
25
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments