-
Notifications
You must be signed in to change notification settings - Fork 69
Move init container release from lambda to GHA #998
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
Move init container release from lambda to GHA #998
Conversation
.github/workflows/release-build.yml
Outdated
- name: Create release tags for Lambda and K8s Init Containers | ||
uses: dev-hanz-ops/install-gh-cli-action@c78dbed4be2f8d6133a14a9a597ee12fd4ed5c93 # v3 | ||
with: | ||
gh-cli-version: 2.63.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not needed - GitHub CLI is pre-installed and available on GitHub Actions runners:
…ek/newrelic-php-agent into move-release-from-lambda-to-gha
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove lambda layers - just release init containers.
Workflow moved to release repository |
We are getting rid of the internal auto-layer-releases repo and moving creating of the release tags into each agent's GHA deploy flow.