Skip to content

Commit 5bb7128

Browse files
committed
chore : fix Project context in Image
Build and release Signed-off-by: Pratik Raj <[email protected]>
1 parent c860656 commit 5bb7128

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Build and push Container image
5555
uses: docker/[email protected]
5656
with:
57-
context: docker/
57+
context: ./
5858
push: ${{ github.event_name != 'pull_request' }}
5959
tags: ${{ steps.meta.outputs.tags }}
6060
labels: ${{ steps.meta.outputs.labels }}

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ archives:
2727
checksum:
2828
name_template: checksums.txt
2929
nfpms:
30-
- homepage: https://github.com/ncabatoff/process-exporter
31-
maintainer: nick.cabatoff+procexp@gmail.com
30+
- homepage: https://github.com/Monitoring-Projects/process-exporter
31+
maintainer: rajpratik71@gmail.com
3232
description: Prometheus exporter to report on processes running
3333
license: MIT
3434
formats:
@@ -51,7 +51,7 @@ nfpms:
5151
preremove: "packaging/scripts/preremove.sh"
5252
release:
5353
github:
54-
owner: ncabatoff
54+
owner: Monitoring-Projects
5555
name: process-exporter
5656
draft: false
5757
prerelease: true

0 commit comments

Comments
 (0)