Skip to content

Commit 4169a76

Browse files
authored
Update create-dockerfiles.yml
1 parent 776412b commit 4169a76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/create-dockerfiles.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
4141

4242
build-and-push-dockerfile-images:
43+
runs-on: ubuntu-22.04
44+
steps:
4345
- name: Set JAVA_HOME
4446
run: |
4547
echo "JAVA_8_HOME=$JAVA_HOME_8_X64" >> $GITHUB_ENV
@@ -70,6 +72,8 @@ jobs:
7072
docker push --all-tags ${{ secrets.docker_username }}/pinpoint-hbase
7173
7274
build-and-push-spring-boot-docker-images:
75+
runs-on: ubuntu-22.04
76+
steps:
7377
- name: Set JAVA_HOME
7478
run: |
7579
echo "JAVA_8_HOME=$JAVA_HOME_8_X64" >> $GITHUB_ENV

0 commit comments

Comments
 (0)