Skip to content

Commit a6f306a

Browse files
committed
#33: Removing unmatched ' in line 13 of the Docker build.
1 parent 24e6b2b commit a6f306a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native-image-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo 'Release Dockerized Native Spring Boot App on Heroku'
6464
./heroku-release.sh spring-boot-graal
6565
66-
echo 'Push to Docker Hub also, since automatic Builds there don't have anough RAM to do a docker build'
66+
echo 'Push to Docker Hub also, since automatic Builds there dont have anough RAM to do a docker build'
6767
echo ${{ secrets.DOCKER_HUB_TOKEN }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
6868
docker tag registry.heroku.com/spring-boot-graal/web jonashackt/spring-boot-graalvm:latest
6969
docker push jonashackt/spring-boot-graalvm:latest

0 commit comments

Comments
 (0)