Skip to content

Commit

Permalink
update collector version id
Browse files Browse the repository at this point in the history
  • Loading branch information
eeliu committed Dec 6, 2024
1 parent 3255e44 commit 1c025d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-collector-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion collector-agent/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

TAG ?=v0.7
TAG ?=0.7.1

.PHONY: default
default: server ;
Expand Down

0 comments on commit 1c025d7

Please sign in to comment.