Skip to content

Commit d714438

Browse files
committed
setup github actions
1 parent 145a627 commit d714438

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Adminio-API Docker Build
33
on:
44
push:
55
branches: [ master ]
6+
tags:
7+
- 'v*'
68
pull_request:
79
branches: [ master ]
8-
tags:
9-
- v*
1010

1111
jobs:
1212

@@ -42,7 +42,7 @@ jobs:
4242
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
4343
with:
4444
context: .
45-
push: true
45+
push: ${{ github.event_name != 'pull_request' }}
4646
platforms: linux/amd64,linux/arm64
4747
tags: ${{ steps.meta.outputs.tags }}
4848
labels: ${{ steps.meta.outputs.labels }}

src/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func main() {
5555
fmt.Println("\033[33m" + `
5656
Admin REST API for http://min.io (minio) s3 server
5757
58-
Version : 1.81
58+
Version : 1.82
5959
Authors : rzrbld, 0x003e
6060
License : MIT
6161
GitHub : https://github.com/rzrbld/adminio-api

0 commit comments

Comments
 (0)