We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4877f4f commit 3889a88Copy full SHA for 3889a88
.github/workflows/native-image-compile.yml
@@ -6,7 +6,7 @@ jobs:
6
native-image-compile-on-host:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
11
- name: Cache SDKMAN installation
12
uses: actions/cache@v3
@@ -43,7 +43,7 @@ jobs:
43
native-image-compile-in-docker:
44
45
46
47
48
- name: Login into Heroku Container Registry first, so that we can push our Image later
49
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin registry.heroku.com
0 commit comments