Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
eecaf2a82e | |||
f0f6c58f0b | |||
681c7f703b |
@ -79,7 +79,9 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ env.DOCKER_IMG }}:${{ github.ref_name }}
|
||||
tags: |
|
||||
${{ env.DOCKER_IMG }}:${{ github.ref_name }}
|
||||
${{ env.DOCKER_IMG }}:latest
|
||||
build-args: |
|
||||
VER_PKG={{ env.VER_PKG }}
|
||||
VER_PKG=${{ env.VER_PKG }}
|
||||
VERSION=${{ github.ref_name }}
|
||||
|
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ CMD_NAME := ambient-local-exporter
|
||||
.PHONY: all test build docker install clean
|
||||
|
||||
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
|
||||
VER_PKG := gitea.libretechconsulting.com/rmcguire/go-app/pkg/config.Version
|
||||
DOCKER_IMG := gitea.libretechconsulting.com/rmcguire/ambient-local-exporter
|
||||
|
Reference in New Issue
Block a user