Add CI
Some checks failed
Build and Publish / release (push) Has been cancelled

This commit is contained in:
Ryan McGuire 2025-01-05 11:22:42 -05:00
parent af8edad114
commit 71d3a7c7a8

View File

@ -9,7 +9,7 @@ env:
BINARY_NAME: ambient-local-exporter
GO_MOD_PATH: gitea.libretechconsulting.com/rmcguire/ambient-local-exporter
GO_GIT_HOST: gitea.libretechconsulting.com
VER_PKG: gitea.libretechconsulting.com/rmcguire/go-app/pkg/config
VER_PKG: gitea.libretechconsulting.com/rmcguire/go-app/pkg/config.Version
VERSION: ${{ github.ref_name }}
PLATFORMS: linux/amd64 linux/arm64 darwin/amd64 darwin/arm64
DOCKER_REGISTRY: gitea.libretechconsulting.com
@ -80,6 +80,6 @@ jobs:
context: .
push: true
tags: ${{ env.DOCKER_IMG }}:${{ github.ref_name }}
build-args:
VER_PKG: ${{ env.VER_PKG }}.version
VERSION: ${{ github.ref_name }}
build-args: |
VER_PKG={{ env.VER_PKG }}
VERSION=${{ github.ref_name }}