Skip to content

Commit

Permalink
Merge pull request #2 from surajkumar/update-jib-base-image
Browse files Browse the repository at this point in the history
GHA to update jib image with the latest version
  • Loading branch information
surajkumar authored Sep 27, 2024
2 parents 64a647d + 56dbfa7 commit 5eb930a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-jib-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo apt-get update
sudo apt-get install gh
- name: Run bash script
- name: Update build.gradle
run: |
# Extract current version from JShellAPI build.gradle
gradle_file="JShellAPI/build.gradle"
Expand Down Expand Up @@ -61,6 +61,8 @@ jobs:
git push origin "$branch_name"
- name: Create a pull request
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create --title "Update eclipse-temurin version to $latest_version" \
--body "This PR updates the eclipse-temurin version in the JShellAPI build.gradle file from $current_version to $latest_version." \
Expand Down

0 comments on commit 5eb930a

Please sign in to comment.