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 cc4a5ab commit dc44002Copy full SHA for dc44002
1 file changed
.github/workflows/docker.yml
@@ -106,12 +106,6 @@ jobs:
106
--amend $IMAGE_NAME:$TAG-arm64
107
docker manifest push $IMAGE_NAME:$TAG
108
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
-
115
cd-to-dev-env:
116
# This job deploys the latest main commit to the dev environment
117
if: github.repository == 'grafana/tempo' && github.ref == 'refs/heads/main'
0 commit comments