We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776412b commit 4169a76Copy full SHA for 4169a76
.github/workflows/create-dockerfiles.yml
@@ -40,6 +40,8 @@ jobs:
40
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
41
42
build-and-push-dockerfile-images:
43
+ runs-on: ubuntu-22.04
44
+ steps:
45
- name: Set JAVA_HOME
46
run: |
47
echo "JAVA_8_HOME=$JAVA_HOME_8_X64" >> $GITHUB_ENV
@@ -70,6 +72,8 @@ jobs:
70
72
docker push --all-tags ${{ secrets.docker_username }}/pinpoint-hbase
71
73
74
build-and-push-spring-boot-docker-images:
75
76
77
78
79
0 commit comments