Skip to content

Commit 3a22eae

Browse files
committed
gh action docker login step
1 parent e2584e6 commit 3a22eae

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/native-build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ jobs:
3232
java --version
3333
native-image --version
3434
35-
# - name: Build with Maven
36-
# run: mvn clean package -Pnative
35+
- name: login to docker hub
36+
uses: docker/login-action@v3
37+
with:
38+
username: ${{ secrets.DOCKER_USERNAME }}
39+
password: ${{ secrets.DOCKER_PASSWORD }}
3740

3841
- name: Build with Maven
3942
run: |

0 commit comments

Comments
 (0)