Commit e62cc1e 1 parent a7f72c7 commit e62cc1e Copy full SHA for e62cc1e
File tree 1 file changed +3
-14
lines changed
1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: Release
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - " master"
7
5
tags :
8
6
- " v*"
9
7
49
47
with :
50
48
platforms : linux/amd64,linux/arm64
51
49
file : ${{ matrix.images.dockerfile }}
52
- tags : ${{ matrix.images.image_name }}:latest
53
- push : true
54
- cache-from : type=gha
55
- cache-to : type=gha,mode=max
56
-
57
- - name : Add version tag
58
- if : startsWith(github.ref, 'refs/tags/v')
59
- uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
60
- with :
61
- platforms : linux/amd64,linux/arm64
62
- file : ${{ matrix.images.dockerfile }}
63
- tags : ${{ matrix.images.image_name }}:${{ github.ref_name }}
50
+ tags : |
51
+ ${{ matrix.images.image_name }}:latest
52
+ ${{ matrix.images.image_name }}:${{ github.ref_name }}
64
53
push : true
65
54
cache-from : type=gha
66
55
cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments