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 24e6b2b commit a6f306aCopy full SHA for a6f306a
.github/workflows/native-image-compile.yml
@@ -63,7 +63,7 @@ jobs:
63
echo 'Release Dockerized Native Spring Boot App on Heroku'
64
./heroku-release.sh spring-boot-graal
65
66
- echo 'Push to Docker Hub also, since automatic Builds there don't have anough RAM to do a docker build'
+ echo 'Push to Docker Hub also, since automatic Builds there dont have anough RAM to do a docker build'
67
echo ${{ secrets.DOCKER_HUB_TOKEN }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
68
docker tag registry.heroku.com/spring-boot-graal/web jonashackt/spring-boot-graalvm:latest
69
docker push jonashackt/spring-boot-graalvm:latest
0 commit comments