Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): bump docker github actions #3883

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

kolesnikovae
Copy link
Collaborator

We use different versions of docker/setup-qemu-action and docker/setup-buildx-action in various workflows: v2 for weekly builds and v1 for main and pr branches.

@kolesnikovae kolesnikovae requested a review from a team as a code owner February 3, 2025 05:24
@kolesnikovae
Copy link
Collaborator Author

kolesnikovae commented Feb 3, 2025

Apparently, this is the reason why we run into issues with multi-arch manifests on the main branch (the older version):

docker manifest create --amend "grafana/pyroscope:main-bf7ee40" "grafana/pyroscope:main-bf7ee40-amd64" "grafana/pyroscope:main-bf7ee40-arm64" && docker manifest push "grafana/pyroscope:main-bf7ee40"
docker.io/grafana/pyroscope:main-bf7ee40-amd64 is a manifest list
make: *** [Makefile:253: docker-image/pyroscope/push-multiarch] Error 1

@kolesnikovae kolesnikovae merged commit 09dce1f into main Feb 3, 2025
19 checks passed
@kolesnikovae kolesnikovae deleted the chore/bump-docker-actions branch February 3, 2025 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants