Skip to content

Commit dd1f884

Browse files
authored
Update create-dockerfiles.yml
1 parent d8f3a0e commit dd1f884

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/create-dockerfiles.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,25 @@ jobs:
5757

5858
- name: Build Docker Images
5959
run: |
60-
mvn docker:build -pl agent-module/agent
61-
mvn docker:build -pl flink
62-
mvn docker:build -pl hbase/hbase-docker
60+
#mvn docker:build -pl agent-module/agent
61+
#mvn docker:build -pl flink
62+
#mvn docker:build -pl hbase/hbase-docker
6363
# Set up Buildx for multi-arch Spring Boot builds
6464
docker buildx create --use --name multiarch-builder || true
6565
docker buildx inspect --bootstrap
66-
mvn -pl collector-starter clean package spring-boot:build-image -DskipTests=true -Dspring-boot.build-image.platform=linux/amd64,linux/arm64
67-
mvn -pl web-starter clean package spring-boot:build-image -DskipTests=true -Dspring-boot.build-image.platform=linux/amd64,linux/arm64
68-
mvn -pl batch clean package spring-boot:build-image -DskipTests=true -Dspring-boot.build-image.platform=linux/amd64,linux/arm64
69-
mvn -pl collector clean package spring-boot:build-image -DskipTests=true -Dspring-boot.build-image.platform=linux/amd64,linux/arm64
70-
mvn -pl web clean package spring-boot:build-image -DskipTests=true -Dspring-boot.build-image.platform=linux/amd64,linux/arm64
66+
mvn -pl collector-starter clean package spring-boot:build-image -DskipTests=true -Dspring-boot.build-image.platform=linux/amd64
67+
#mvn -pl web-starter clean package spring-boot:build-image -DskipTests=true -Dspring-boot.build-image.platform=linux/amd64
68+
#mvn -pl batch clean package spring-boot:build-image -DskipTests=true -Dspring-boot.build-image.platform=linux/amd64
69+
mvn -pl collector clean package spring-boot:build-image -DskipTests=true -Dspring-boot.build-image.platform=linux/amd64
70+
#mvn -pl web clean package spring-boot:build-image -DskipTests=true -Dspring-boot.build-image.platform=linux/amd64
7171
docker images
7272
7373
- name: Push to Docker Hub
7474
run: |
75-
docker push --all-tags ${{ secrets.docker_username }}/pinpoint-agent
76-
docker push --all-tags ${{ secrets.docker_username }}/pinpoint-flink
77-
docker push --all-tags ${{ secrets.docker_username }}/pinpoint-hbase
78-
docker push --all-tags ${{ secrets.docker_username }}/pinpoint-batch
75+
#docker push --all-tags ${{ secrets.docker_username }}/pinpoint-agent
76+
#docker push --all-tags ${{ secrets.docker_username }}/pinpoint-flink
77+
#docker push --all-tags ${{ secrets.docker_username }}/pinpoint-hbase
78+
#docker push --all-tags ${{ secrets.docker_username }}/pinpoint-batch
7979
docker push --all-tags ${{ secrets.docker_username }}/pinpoint-collector
80-
docker push --all-tags ${{ secrets.docker_username }}/pinpoint-web
80+
#docker push --all-tags ${{ secrets.docker_username }}/pinpoint-web
8181

0 commit comments

Comments
 (0)