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

CI fails to deploy to master because it does not push built images to dockerhub #3435

Closed
pcrespov opened this issue Oct 12, 2022 · 0 comments · Fixed by #3434
Closed

CI fails to deploy to master because it does not push built images to dockerhub #3435

pcrespov opened this issue Oct 12, 2022 · 0 comments · Fixed by #3434
Assignees
Labels
bug buggy, it does not work as expected

Comments

@pcrespov
Copy link
Member

Last commit deployed in master is eeaf834

image.png

If we look now in dockerhub. Notice how, as expected, the tags change for each commit but the digest remains the same! Try for instance with https://hub.docker.com/r/itisfoundation/autoscaling/tags?page=1&name=master

image.png

My guess is that the problem must be in the ♻️ CI build times: leverage docker buildx github registry caching and transmit builds to int/sys tests (#3369) (3a93ebb).

Somehow the new images do not get pushed to github and therefore it deploys always the same which was simply retagged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug buggy, it does not work as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants