This commit is contained in:
parent
af8edad114
commit
71d3a7c7a8
@ -9,7 +9,7 @@ env:
|
|||||||
BINARY_NAME: ambient-local-exporter
|
BINARY_NAME: ambient-local-exporter
|
||||||
GO_MOD_PATH: gitea.libretechconsulting.com/rmcguire/ambient-local-exporter
|
GO_MOD_PATH: gitea.libretechconsulting.com/rmcguire/ambient-local-exporter
|
||||||
GO_GIT_HOST: gitea.libretechconsulting.com
|
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 }}
|
VERSION: ${{ github.ref_name }}
|
||||||
PLATFORMS: linux/amd64 linux/arm64 darwin/amd64 darwin/arm64
|
PLATFORMS: linux/amd64 linux/arm64 darwin/amd64 darwin/arm64
|
||||||
DOCKER_REGISTRY: gitea.libretechconsulting.com
|
DOCKER_REGISTRY: gitea.libretechconsulting.com
|
||||||
@ -80,6 +80,6 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
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 }}.version
|
VER_PKG={{ env.VER_PKG }}
|
||||||
VERSION: ${{ github.ref_name }}
|
VERSION=${{ github.ref_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user