Skip to content

Commit 1c025d7

Browse files
committed
update collector version id
1 parent 3255e44 commit 1c025d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-collector-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
env:
1313
REGISTRY_IMAGE: ghcr.io/${{ github.repository }}/collector-agent
14-
TAG_NAME: 0.7
14+
TAG_NAME: 0.7.1
1515

1616
jobs:
1717
collector-agent: # reference from https://docs.docker.com/build/ci/github-actions/multi-platform/

collector-agent/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
TAG ?=v0.7
2+
TAG ?=0.7.1
33

44
.PHONY: default
55
default: server ;

0 commit comments

Comments
 (0)