Skip to content

Commit b70e3c4

Browse files
committed
Fixing GitHub build
1 parent 2bc4322 commit b70e3c4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ jobs:
2222
path: ~/.m2/repository/*
2323
key: ${{ runner.OS }}-maven-${{ hashFiles('**/pom.xml') }}
2424

25-
- name: Install Docker
26-
run: |
27-
curl -fsSL https://get.docker.com -o get-docker.sh
28-
sh get-docker.sh
25+
- name: Set up Docker
26+
uses: docker/setup-docker-action@v4
2927

3028
- name: Docker version
3129
run: docker version

0 commit comments

Comments
 (0)