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

Update release workflow to support the build of a dev chart #115

Merged
merged 6 commits into from
Oct 16, 2024

Conversation

jamiezieziula
Copy link
Contributor

@jamiezieziula jamiezieziula commented Oct 11, 2024

@@ -2,17 +2,22 @@
name: Release Prefect Operator Helm Chart

"on":
workflow_dispatch: {}
workflow_call: {}
workflow_call:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

no need for workflow_dispatch anymore -- since we will be building dev charts on every merge to main

Comment on lines +79 to +83
echo "SIGN_PASSPHRASE_FILE=$passphrase_file" >> $GITHUB_ENV
echo "SIGN_KEYRING=$keyring" >> $GITHUB_ENV
env:
GPG_KEYRING_BASE64: "${{ secrets.GPG_KEYRING_BASE64 }}"
GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"
GPG_KEYRING_BASE64: ${{ secrets.GPG_KEYRING_BASE64 }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

removing quotes, should be a no-op

Copy link
Contributor

@mitchnielsen mitchnielsen left a comment

Choose a reason for hiding this comment

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

nice!

@jamiezieziula jamiezieziula merged commit 8434e83 into main Oct 16, 2024
1 check passed
@jamiezieziula jamiezieziula deleted the update-release-workflow-for-dev branch October 16, 2024 01:28
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