Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalLike authored Oct 4, 2024
1 parent 7bf247d commit a221420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive
submodules: 'recursive'

- name: Set up JDK 11
uses: actions/setup-java@v4
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit a221420

Please sign in to comment.