File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,8 @@ name: Build and Push Docker Images
2
2
3
3
on :
4
4
push :
5
- branches : [ "main" ]
6
5
tags :
7
6
- ' *'
8
- pull_request :
9
- branches : [ "main" ]
10
7
11
8
jobs :
12
9
build :
36
33
platforms : linux/amd64,linux/arm64
37
34
push : true
38
35
tags : |
39
- ${{ secrets.DOCKER_USERNAME }}/demo_app_load:latest
40
36
${{ secrets.DOCKER_USERNAME }}/demo_app_load:${{ github.ref_name }}
41
37
42
38
- name : Build and push Docker images for web app
47
43
platforms : linux/amd64,linux/arm64
48
44
push : true
49
45
tags : |
50
- ${{ secrets.DOCKER_USERNAME }}/demo_app_web:latest
51
46
${{ secrets.DOCKER_USERNAME }}/demo_app_web:${{ github.ref_name }}
52
47
53
48
- name : Build and push Docker images for dataset app
58
53
platforms : linux/amd64,linux/arm64
59
54
push : true
60
55
tags : |
61
- ${{ secrets.DOCKER_USERNAME }}/demo_app_dataset:latest
62
56
${{ secrets.DOCKER_USERNAME }}/demo_app_dataset:${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments