Skip to content

Commit

Permalink
Fixes #221 - Fix README (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Dec 23, 2023
1 parent bfe3bb6 commit 5e7234d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
cache: 'maven'
- name: Build with Maven
run: mvn -B --ntp package
- name: Login to Docker Hub
- name: Login to GHCR
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push images
- name: Push to GHCR
run: mvn -P docker install docker:build docker:push
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<images>
<image>
<alias>persian</alias>
<name>manorrock/persian:%l</name>
<name>ghcr.io/manorrock/persian:%l</name>
<build>
<buildx>
<platforms>
Expand Down

0 comments on commit 5e7234d

Please sign in to comment.