File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Docker Image CI
2
2
3
3
on :
4
4
push :
5
- branches : [ main ]
5
+ branches : [ main, master ]
6
6
pull_request :
7
- branches : [ main ]
7
+ branches : [ main, master ]
8
8
9
9
jobs :
10
10
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- name : Build the Docker image
18
- run : docker build . --file Dockerfile --tag docker-supervisord :$(date +%s)
18
+ run : docker build . --file Dockerfile --tag argocd :$(date +%s)
Original file line number Diff line number Diff line change 9
9
schedule :
10
10
- cron : ' 16 1 * * *'
11
11
push :
12
- branches : [ main ]
12
+ branches : [ main, master ]
13
13
# Publish semver tags as releases.
14
14
tags : [ 'v*.*.*' ]
15
15
pull_request :
16
- branches : [ main ]
16
+ branches : [ main, master ]
17
17
18
18
env :
19
19
# Use docker.io for Docker Hub if empty
20
20
REGISTRY : ghcr.io
21
21
# github.repository as <account>/<repo>
22
- IMAGE_NAME : ${{ github.repository }}
22
+ IMAGE_NAME : argocd
23
23
24
24
25
25
jobs :
You can’t perform that action at this time.
0 commit comments