Skip to content

Commit

Permalink
Update Docker image name.
Browse files Browse the repository at this point in the history
Use JOPA 1.1.2.
  • Loading branch information
ledsoft committed Sep 15, 2023
1 parent 35eb5b9 commit e1eeecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ main ]
workflow_dispatch:
env:
IMAGE_NAME: keycloak-gdb
IMAGE_NAME: keycloak-graphdb
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<!-- Generate entity classes from OWL integrity constraints -->
<groupId>cz.cvut.kbss.jopa</groupId>
<artifactId>jopa-maven-plugin</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<configuration>
<package>cz.cvut.kbss.keycloak.provider</package>
<output-directory>${project.basedir}/src/main/generated-sources</output-directory>
Expand Down

0 comments on commit e1eeecc

Please sign in to comment.