Browse Source

第七次提交

master
洛尘曦 5 years ago
parent
commit
3cba1acf98
  1. 6
      .github/workflows/maven.yml

6
.github/workflows/maven.yml

@ -16,10 +16,10 @@ jobs:
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Set up JDK 8
uses: actions/setup-java@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with: with:
java-version: '8'
java-version: '1.8'
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml
# 通过 Dockerfile 构建镜像 # 通过 Dockerfile 构建镜像

Loading…
Cancel
Save