Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 8aa43c1

Browse files
author
Wojciech Kocjan
authored
fix: add latest tag when releasing a new version of telegraf-operator (#72)
1 parent 89f5fac commit 8aa43c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,5 @@ jobs:
122122
--output=type=registry \
123123
--platform linux/amd64,linux/arm64,linux/arm/v7 \
124124
--tag "$IMAGE:$CIRCLE_TAG" \
125+
--tag "$IMAGE:latest" \
125126
--file Dockerfile.multi-arch .

0 commit comments

Comments
 (0)