Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nekoimi committed Aug 7, 2024
1 parent f9fce13 commit a30e5dc
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 a30e5dc

Please sign in to comment.