Skip to content

Commit

Permalink
Update workflow with version 5.0.0 image
Browse files Browse the repository at this point in the history
  • Loading branch information
mittalVaghela committed Dec 20, 2024
1 parent 9b744e1 commit f83570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
unzip jena-fuseki.zip
cd jena-fuseki-docker-$FUSEKI_VERSION
docker build --build-arg JENA_VERSION=$FUSEKI_VERSION -t jena-fuseki-docker:4.7.0 .
docker build --build-arg JENA_VERSION=$FUSEKI_VERSION -t jena-fuseki-docker:$FUSEKI_VERSION .
- name: Build and Deploy with Maven
run: mvn clean install
env:
Expand Down

0 comments on commit f83570a

Please sign in to comment.