Commit 1a40ff1 1 parent fd5139b commit 1a40ff1 Copy full SHA for 1a40ff1
File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 18
18
path : ~/.m2
19
19
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
20
20
restore-keys : ${{ runner.os }}-m2
21
- - name : Setup Buildx
22
- id : buildx
23
- uses : crazy-max/ghaction-docker-buildx@v3
24
- with :
25
- version : latest
26
21
- name : Build Management API in docker
27
22
run : |
28
23
cat <<EOF > ~/.m2/settings.xml
44
39
cp ~/.m2/settings.xml settings.xml
45
40
docker build -t management-api-for-dse-builder -f ./Dockerfile-build-dse ./
46
41
docker tag management-api-for-dse-builder management-api-for-apache-cassandra-builder
47
- docker buildx build --load \
48
- --tag mgmtapi-3_11 \
49
- --file Dockerfile-oss \
50
- --target oss311 \
51
- --platform linux/amd64 .
42
+ docker build -t mgmtapi-3_11 -f Dockerfile-3_11 .
52
43
docker build -t mgmtapi-4_0 -f Dockerfile-4_0 .
53
44
docker build -t mgmtapi-dse-68 -f Dockerfile-dse-68 .
54
45
- name : Build with Maven
You can’t perform that action at this time.
0 commit comments