Skip to content

Commit

Permalink
🔧 Remove JAVA_VERSION env from action
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Jan 12, 2024
1 parent 2304e5a commit 3b22ff6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
build:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-22.04
env:
JAVA_VERSION: "22.3.2.r17-grl"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3b22ff6

Please sign in to comment.