Skip to content

Commit 8907438

Browse files
committed
made updates to address container image naming change when moving to actions for build
1 parent 8aef553 commit 8907438

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ jobs:
3232
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
3333
with:
3434
images: |
35-
ghcr.io/${{ github.repository }}
35+
ghcr.io/imuni4fun/one-shot-metrics-server
3636
3737
- name: Build and push Docker images
3838
id: push
3939
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
4040
with:
4141
context: .
4242
push: true
43+
file: ./Dockerfile
4344
tags: ${{ steps.meta.outputs.tags }}
4445
labels: ${{ steps.meta.outputs.labels }}
4546

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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
33

44
setup:
55
go get goyave.dev/goyave/[email protected]

charts/oneShotMetricsServer/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: oneShotMetricsServer
33
description: A Helm chart for oneShotMetricsServer deployment to Kubernetes
44
type: application
5-
version: "v0.0.7"
6-
appVersion: "v0.1.15"
5+
version: "v0.0.8"
6+
appVersion: "v0.1.16"
77
icon: https://imuni4fun.github.io/oneShotMetricsServer/logo.png
88
maintainers:
99
- name: Jason Keller

charts/oneShotMetricsServer/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ testEvent:
77
tag: 8.10.0
88

99
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
1212
logLevel: INFO
1313
port: 8080
1414
resources:

0 commit comments

Comments
 (0)