Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!target/*-fat.jar
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

# extra tags for release branch
- name: Build and push Docker image
- name: Build and push Docker image for release
if: ${{ contains(github.ref, 'release') }}
uses: docker/build-push-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bare bones web service for entering an OAI-PMH URL, verifying that the URL retri
The service presents as a HTML form that responds to manual user input

## Prerequisites
- Java 8 JDK
- Java 21 JDK
- Maven 3.6.0

## Building
Expand Down
2 changes: 0 additions & 2 deletions entrypoint.sh

This file was deleted.