Skip to content

Commit

Permalink
#329 fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausRicharz committed Mar 4, 2024
1 parent 3a405c6 commit cb14b0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build with Maven
uses:
- actions/checkout@v4
- actions/setup-java@v4
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
Expand Down

0 comments on commit cb14b0d

Please sign in to comment.