Skip to content

Commit

Permalink
Preserve classes
Browse files Browse the repository at this point in the history
  • Loading branch information
pdambrauskas committed Mar 15, 2023
1 parent 2f1b11a commit 284963f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Build with Gradle
run: |
./gradlew build dockerfile
touch ./build/docker/main/layers/classes/.gitkeep
- uses: actions/upload-artifact@v3
with:
name: docker-artifacts
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Display structure of downloaded files
run: ls -R
- uses: docker/build-push-action@v3
run: mkdir -p layers/classes
with:
context: .
push: true
Expand Down

0 comments on commit 284963f

Please sign in to comment.