Skip to content

Commit

Permalink
Merge pull request #43 from nekoimi/master
Browse files Browse the repository at this point in the history
update ci
  • Loading branch information
nekoimi authored Aug 7, 2024
2 parents f9fce13 + a30e5dc commit 69dfce9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ permissions:
jobs:
maven-cd:
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
with:
java-version: 11
secrets:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.6"
services:
jenkins:
image: jenkins/jenkins:2.387.3-jdk17
image: jenkins/jenkins:2.401.3-jdk17
ports:
- "8080:8080"
restart: on-failure

0 comments on commit 69dfce9

Please sign in to comment.