cicd
Some checks failed
/ build-and-push (ruoyi-auth) (push) Failing after 13s
/ build-and-push (ruoyi-gateway) (push) Failing after 0s
/ build-and-push (ruoyi-modules/Property) (push) Failing after 1s
/ build-and-push (ruoyi-modules/Sis) (push) Failing after 0s
/ build-and-push (ruoyi-modules/ruoyi-gen) (push) Failing after 0s
/ build-and-push (ruoyi-modules/ruoyi-job) (push) Failing after 0s
/ build-and-push (ruoyi-modules/ruoyi-resource) (push) Failing after 0s
/ build-and-push (ruoyi-modules/ruoyi-system) (push) Failing after 0s
/ build-and-push (ruoyi-modules/ruoyi-workflow) (push) Failing after 1s
/ build-and-push (ruoyi-seata-server) (push) Failing after 1s
/ build-and-push (ruoyi-sentinel-dashboard) (push) Failing after 1s
/ build-and-push (ruoyi-snailjob-server) (push) Failing after 1s
/ build-and-push (ruoyi-visual/ruoyi-monitor) (push) Failing after 1s
/ build-and-push (ruoyi-visual/ruoyi-nacos) (push) Failing after 1s
Some checks failed
/ build-and-push (ruoyi-auth) (push) Failing after 13s
/ build-and-push (ruoyi-gateway) (push) Failing after 0s
/ build-and-push (ruoyi-modules/Property) (push) Failing after 1s
/ build-and-push (ruoyi-modules/Sis) (push) Failing after 0s
/ build-and-push (ruoyi-modules/ruoyi-gen) (push) Failing after 0s
/ build-and-push (ruoyi-modules/ruoyi-job) (push) Failing after 0s
/ build-and-push (ruoyi-modules/ruoyi-resource) (push) Failing after 0s
/ build-and-push (ruoyi-modules/ruoyi-system) (push) Failing after 0s
/ build-and-push (ruoyi-modules/ruoyi-workflow) (push) Failing after 1s
/ build-and-push (ruoyi-seata-server) (push) Failing after 1s
/ build-and-push (ruoyi-sentinel-dashboard) (push) Failing after 1s
/ build-and-push (ruoyi-snailjob-server) (push) Failing after 1s
/ build-and-push (ruoyi-visual/ruoyi-monitor) (push) Failing after 1s
/ build-and-push (ruoyi-visual/ruoyi-nacos) (push) Failing after 1s
This commit is contained in:
@@ -25,10 +25,10 @@ jobs:
|
|||||||
- ruoyi-snailjob-server
|
- ruoyi-snailjob-server
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: gitee/checkout@v4
|
uses: http://git.missmoc.top/mocheng/checkout@v4
|
||||||
|
|
||||||
- name: Set Up JDK
|
- name: Set Up JDK
|
||||||
uses: gitee/setup-java@v4
|
uses: http://git.missmoc.top/mocheng/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
@@ -37,10 +37,10 @@ jobs:
|
|||||||
run: mvn clean package -DskipTests -f ./${{ matrix.service }}/pom.xml
|
run: mvn clean package -DskipTests -f ./${{ matrix.service }}/pom.xml
|
||||||
|
|
||||||
- name: Set Up Docker Buildx
|
- name: Set Up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: http://git.missmoc.top/mocheng/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Login to Gitea Container Registry
|
- name: Login to Gitea Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: http://git.missmoc.top/mocheng/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ secrets.REGISTRY_URL }}
|
registry: ${{ secrets.REGISTRY_URL }}
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
uses: docker/build-push-action@v5
|
uses: http://git.missmoc.top/mocheng/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ${{ steps.dockerfile-path.outputs.dockerfile_path }}
|
file: ${{ steps.dockerfile-path.outputs.dockerfile_path }}
|
||||||
|
Reference in New Issue
Block a user