Skip to content

Commit

Permalink
Fixes issue #94 - Add instructions how to build the Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Mar 22, 2023
1 parent 631f921 commit f86e4fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ jobs:
java-version: 17
- name: Build with Maven
run: mvn -B --ntp package
- name: Login to Docker Hub
uses: azure/docker-login@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit f86e4fc

Please sign in to comment.