File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -2,28 +2,28 @@ name: Docker Image CI/CD
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - master
5
+ branches :
6
+ - master
7
7
8
8
jobs :
9
9
10
10
build :
11
11
12
12
runs-on : ubuntu-latest
13
-
13
+
14
14
defaults :
15
15
run :
16
16
working-directory : ./gsr-mirror
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
20
- name : Checkout
21
-
22
- - name : Image Build Push
23
- uses : docker/build-push-action@v2
24
- with :
25
- username : ${{ github.actor }}
26
- password : ${{ secrets.TOKEN }}
27
- registry : ghcr.io
28
- repository : platformercloud/git-mirror
29
- tag_with_ref : true
19
+ - uses : actions/checkout@v2
20
+ name : Checkout
21
+
22
+ - name : Image Build Push
23
+ uses : docker/build-push-action@v2
24
+ with :
25
+ username : ${{ github.actor }}
26
+ password : ${{ secrets.TOKEN }}
27
+ registry : ghcr.io
28
+ repository : platformercloud/git-mirror-gsr
29
+ tag_with_ref : true
Original file line number Diff line number Diff line change
1
+ .idea /
You can’t perform that action at this time.
0 commit comments