diff --git a/.github/workflows/publish-collector-agent.yml b/.github/workflows/publish-collector-agent.yml index c9b26c56..0fe99309 100644 --- a/.github/workflows/publish-collector-agent.yml +++ b/.github/workflows/publish-collector-agent.yml @@ -11,7 +11,7 @@ permissions: env: REGISTRY_IMAGE: ghcr.io/${{ github.repository }}/collector-agent - TAG_NAME: 0.7 + TAG_NAME: 0.7.1 jobs: collector-agent: # reference from https://docs.docker.com/build/ci/github-actions/multi-platform/ diff --git a/collector-agent/makefile b/collector-agent/makefile index 9b4cb0ea..811cc667 100644 --- a/collector-agent/makefile +++ b/collector-agent/makefile @@ -1,5 +1,5 @@ -TAG ?=v0.7 +TAG ?=0.7.1 .PHONY: default default: server ;