File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Adminio-API Docker Build
3
3
on :
4
4
push :
5
5
branches : [ master ]
6
+ tags :
7
+ - ' v*'
6
8
pull_request :
7
9
branches : [ master ]
8
- tags :
9
- - v*
10
10
11
11
jobs :
12
12
42
42
uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
43
43
with :
44
44
context : .
45
- push : true
45
+ push : ${{ github.event_name != 'pull_request' }}
46
46
platforms : linux/amd64,linux/arm64
47
47
tags : ${{ steps.meta.outputs.tags }}
48
48
labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ func main() {
55
55
fmt .Println ("\033 [33m" + `
56
56
Admin REST API for http://min.io (minio) s3 server
57
57
58
- Version : 1.81
58
+ Version : 1.82
59
59
Authors : rzrbld, 0x003e
60
60
License : MIT
61
61
GitHub : https://github.com/rzrbld/adminio-api
You can’t perform that action at this time.
0 commit comments