Skip to content

Commit

Permalink
Har sluttet med shadowJar, ref. endring i Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ahusby committed Sep 30, 2024
1 parent 669064f commit ce0bad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Build jar with Gradle
run: ./gradlew --no-daemon shadowJar
run: ./gradlew --no-daemon build
- name: Push docker image to GAR
uses: nais/docker-build-push@v0
id: docker-build-push
Expand Down

0 comments on commit ce0bad8

Please sign in to comment.