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

feat: add checkout ref to support building from a specific ref manually #112

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

MSevey
Copy link
Member

@MSevey MSevey commented Sep 24, 2024

Overview

Added a checkout_ref input to the dockerfile workflow. This would enable the calling repos to add a workflow_dispatch trigger and supply a specific ref (tag, branch, sha) to run the workflow against. The default is an empty string which tells the checkout action to use the ref of the calling event.

REF: https://github.com/actions/checkout?tab=readme-ov-file#usage

@MSevey MSevey merged commit 0dffae8 into main Sep 24, 2024
30 checks passed
@MSevey MSevey deleted the checkout_ref branch September 24, 2024 14:43
rootulp pushed a commit to celestiaorg/celestia-app that referenced this pull request Sep 25, 2024
This PR add two features:

1. Allow docker to trigger on network specific tags.
2. This PR shows how to use the new input for the docker ci workflow
added in celestiaorg/.github#112
This would allow triggering the docker workflow on a tag that (such as
the new arabica and mocha tags) that didn't trigger the workflow
originally.


Ref: 
- celestiaorg/celestia-node#3765
- celestiaorg/celestia-node#3766
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.

3 participants