We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3255e44 commit 1c025d7Copy full SHA for 1c025d7
.github/workflows/publish-collector-agent.yml
@@ -11,7 +11,7 @@ permissions:
11
12
env:
13
REGISTRY_IMAGE: ghcr.io/${{ github.repository }}/collector-agent
14
- TAG_NAME: 0.7
+ TAG_NAME: 0.7.1
15
16
jobs:
17
collector-agent: # reference from https://docs.docker.com/build/ci/github-actions/multi-platform/
collector-agent/makefile
@@ -1,5 +1,5 @@
1
2
-TAG ?=v0.7
+TAG ?=0.7.1
3
4
.PHONY: default
5
default: server ;
0 commit comments