Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f0f6c58f0b | |||
681c7f703b |
@ -81,5 +81,5 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: ${{ env.DOCKER_IMG }}:${{ github.ref_name }}
|
tags: ${{ env.DOCKER_IMG }}:${{ github.ref_name }}
|
||||||
build-args: |
|
build-args: |
|
||||||
VER_PKG={{ env.VER_PKG }}
|
VER_PKG=${{ env.VER_PKG }}
|
||||||
VERSION=${{ github.ref_name }}
|
VERSION=${{ github.ref_name }}
|
||||||
|
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ CMD_NAME := ambient-local-exporter
|
|||||||
.PHONY: all test build docker install clean
|
.PHONY: all test build docker install clean
|
||||||
|
|
||||||
VERSION ?= development # Default to "development" if VERSION is not set
|
VERSION ?= development # Default to "development" if VERSION is not set
|
||||||
PLATFORMS := linux/amd64 darwin/amd64 darwin/arm64
|
PLATFORMS := linux/amd64 linux/arm64 darwin/amd64 darwin/arm64
|
||||||
OUTPUT_DIR := bin
|
OUTPUT_DIR := bin
|
||||||
VER_PKG := gitea.libretechconsulting.com/rmcguire/go-app/pkg/config.Version
|
VER_PKG := gitea.libretechconsulting.com/rmcguire/go-app/pkg/config.Version
|
||||||
DOCKER_IMG := gitea.libretechconsulting.com/rmcguire/ambient-local-exporter
|
DOCKER_IMG := gitea.libretechconsulting.com/rmcguire/ambient-local-exporter
|
||||||
|
Reference in New Issue
Block a user