This commit is contained in:
parent
af8edad114
commit
71d3a7c7a8
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user