diff --git a/.gitea / workflows / java-ci.yaml b/.gitea / workflows / java-ci.yaml deleted file mode 100644 index 7f3a3c1..0000000 --- a/.gitea / workflows / java-ci.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: test ci -run-name: test run name -on: - push: - branches: - - main1 -jobs: - java-ci: - runs-on: maven-3.8 - steps: - - name: Checkout code - uses: https://gitea.com/actions/checkout@v3 - - - name: Build code - run: | - mvn clean install - mkdir app - cp target/*.jar app - - - name: Build image - run: | - docker build -t harbor.hzbb.top/test/springboot-helloworld:v0.0.2 . - - - name: Push image - run: | - docker login -u hzbb -p Hzbb@12354 harbor.hzbb.top - docker build -t harbor.hzbb.top/test/springboot-helloworld:v0.0.2 . \ No newline at end of file