Skip to content

Commit

Permalink
Set DOCKER_HOST correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke committed Nov 8, 2024
1 parent 0ac201e commit 4242148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
java: [ "21" ]
maven: [ "3.8.2" ]
jdk: [ "temurin" ]

steps:
- name: Check out code
Expand All @@ -34,7 +35,7 @@ jobs:
uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # v3.3.0
with:
cache: maven
distribution: 'adopt'
distribution: ${{ matrix.jdk }}
java-version: ${{ matrix.java }}

# If running locally in act, install Maven
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Maven Release
on:
push:
tags: [ 'webrepl-*' ]
pull_request:
branches: [ 'webrepl' ]

jobs:
release:
Expand Down

0 comments on commit 4242148

Please sign in to comment.