mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 08:39:24 +08:00
polish ci and remove es build (#553)
This commit is contained in:
12
.github/workflows/docker-build-and-release.yaml
vendored
12
.github/workflows/docker-build-and-release.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: docker-images-build-and-release
|
||||
name: api-docker-images-build-and-release
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -62,12 +62,4 @@ jobs:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ env.REGISTRY_SERVER_ADDRESS }}/cmdb-ui:${{ env.TAG }}
|
||||
- name: Build and push CMDB-ES Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: docker/Dockerfile-ES
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ env.REGISTRY_SERVER_ADDRESS }}/cmdb-ES:${{ env.TAG }}
|
||||
tags: ${{ env.REGISTRY_SERVER_ADDRESS }}/cmdb-ui:${{ env.TAG }}
|
Reference in New Issue
Block a user