-
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
Closed
hmstepanek
wants to merge
7
commits into
newrelic:main
from
hmstepanek:move-release-from-lambda-to-gha
Closed
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
ed3f3b0
Move init container release from lambda to GHA
hmstepanek f49f3dd
Fixup
hmstepanek 6b87860
Merge branch 'main' into move-release-from-lambda-to-gha
hmstepanek 7cf003b
Fixup: add quotes
hmstepanek 79e64be
Merge branch 'move-release-from-lambda-to-gha' of github.com:hmstepan…
hmstepanek 9311d93
Use GITHUB_REF_NAME instead of GITHUB_REF
hmstepanek 3757f09
Remove lambda layers creation tags
hmstepanek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,3 +92,14 @@ jobs: | |
path: newrelic-php-agent/releases | ||
name: release-from-gha-${{ matrix.platform }}-${{ matrix.arch }} | ||
if-no-files-found: error | ||
|
||
- 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 | ||
|
||
run: | | ||
gh auth login --with-token <<< $GH_RELEASE_TOKEN | ||
echo "newrelic/newrelic-agent-init-container - Releasing New Relic PHP Agent ${GITHUB_REF}.0 with tag ${GITHUB_REF}.0_php" | ||
gh create release "${GITHUB_REF}.0_php" -t "New Relic PHP Agent ${GITHUB_REF}.0" --repo=newrelic/newrelic-agent-init-container | ||
env: | ||
GH_RELEASE_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.