Skip to content

Commit c3e7ec8

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

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/create-dockerfiles.yml

Lines changed: 11 additions & 11 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
6666
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
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
6969
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
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)