File tree 4 files changed +7
-6
lines changed
charts/oneShotMetricsServer
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,15 @@ jobs:
32
32
uses : docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
33
33
with :
34
34
images : |
35
- ghcr.io/${{ github.repository }}
35
+ ghcr.io/imuni4fun/one-shot-metrics-server
36
36
37
37
- name : Build and push Docker images
38
38
id : push
39
39
uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
40
40
with :
41
41
context : .
42
42
push : true
43
+ file : ./Dockerfile
43
44
tags : ${{ steps.meta.outputs.tags }}
44
45
labels : ${{ steps.meta.outputs.labels }}
45
46
Original file line number Diff line number Diff line change 1
1
GIT_TAG: =$(shell git describe --tags --dirty --always)
2
- GHCR: =ghcr.io/imuni4fun/one_shot_metrics_server
2
+ GHCR: =ghcr.io/imuni4fun/one-shot-metrics-server
3
3
4
4
setup :
5
5
go get goyave.dev/goyave/
[email protected]
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : oneShotMetricsServer
3
3
description : A Helm chart for oneShotMetricsServer deployment to Kubernetes
4
4
type : application
5
- version : " v0.0.7 "
6
- appVersion : " v0.1.15 "
5
+ version : " v0.0.8 "
6
+ appVersion : " v0.1.16 "
7
7
icon : https://imuni4fun.github.io/oneShotMetricsServer/logo.png
8
8
maintainers :
9
9
- name : Jason Keller
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ testEvent:
7
7
tag : 8.10.0
8
8
9
9
server :
10
- image : ghcr.io/imuni4fun/one_shot_metrics_server
11
- tag : v0.1.15
10
+ image : ghcr.io/imuni4fun/one-shot-metrics-server
11
+ tag : v0.1.16
12
12
logLevel : INFO
13
13
port : 8080
14
14
resources :
You can’t perform that action at this time.
0 commit comments