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

fix(sp1-build, workflows): docker tag #1636

Merged
merged 2 commits into from
Oct 11, 2024
Merged

Conversation

ratankaliani
Copy link
Member

@ratankaliani ratankaliani commented Oct 11, 2024

Overview

The correct tag for pulling the Docker container that sp1-build should use is latest. latest should be created on every push tomain.

While making this PR, I noticed that we don't trigger the docker-publish.yml and docker-publish-gnark.yml on pushes to main. This meant in the past that we manually set the latest tag. Now, we trigger the workflow on a push to main, which will auto-generate the latest tag.

@ratankaliani ratankaliani changed the title fix: docker tag fix(build): docker tag Oct 11, 2024
@ratankaliani ratankaliani changed the title fix(build): docker tag fix(sp1-build): docker tag Oct 11, 2024
Copy link

github-actions bot commented Oct 11, 2024

SP1 Performance Test Results

Branch: ratan/fix-docker-tag
Commit: 6f0c2ce2
Author: ratankaliani

program cycles execute (mHz) core (kHZ) compress (KHz) time success
fibonacci 11291 0.17 6.07 0.16 1m11s
ssz-withdrawals 2757356 17.34 64.00 17.47 2m38s
tendermint 12593597 6.59 166.43 63.95 3m19s

@ratankaliani ratankaliani changed the title fix(sp1-build): docker tag fix(sp1-build, workflows): docker tag Oct 11, 2024
@ratankaliani ratankaliani merged commit 6512b56 into dev Oct 11, 2024
23 of 24 checks passed
@ratankaliani ratankaliani deleted the ratan/fix-docker-tag branch October 11, 2024 23:27
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