Skip to content

Commit dc44002

Browse files
authored
chore: stop pushing the :latest image tag on release (#7428)
1 parent cc4a5ab commit dc44002

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/docker.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@ jobs:
106106
--amend $IMAGE_NAME:$TAG-arm64
107107
docker manifest push $IMAGE_NAME:$TAG
108108
109-
docker manifest create \
110-
$IMAGE_NAME:latest \
111-
--amend $IMAGE_NAME:$TAG-amd64 \
112-
--amend $IMAGE_NAME:$TAG-arm64
113-
docker manifest push $IMAGE_NAME:latest
114-
115109
cd-to-dev-env:
116110
# This job deploys the latest main commit to the dev environment
117111
if: github.repository == 'grafana/tempo' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)