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

Adds workflow to trigger the klotho docker image build workflow #4

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

DavidSeptimus
Copy link
Contributor

This PR adds a workflow that triggers the build job for the Klotho docker image whenever a release is published.

"klotho-version": "${{ github.ref_name || github.event.inputs.klotho-release-ref }}".split("/")[2] // (e.g. v1.0.0)
}
});
console.log(result);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need to do anything with this output, right? Just showing it for debugging or whatever?

@DavidSeptimus DavidSeptimus merged commit ccf06b6 into main Nov 23, 2022
@DavidSeptimus DavidSeptimus deleted the update-docker-image-workflow branch November 23, 2022 23:31
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.

1 participant