mirror of
https://github.com/veops/cmdb.git
synced 2025-09-23 13:59:19 +08:00
polish
This commit is contained in:
@@ -12,10 +12,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
# Use docker.io for Docker Hub if empty
|
# Use docker.io for Docker Hub if empty
|
||||||
REGISTRY_SERVER_ADDRESS: ghcr.io/veops
|
REGISTRY_SERVER_ADDRESS: ghcr.io/veops
|
||||||
|
TAG: ${{ github.sha }}
|
||||||
concurrency:
|
|
||||||
group: cmdb-docker-build-${{ github.event.pull_request.number || github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup-environment:
|
setup-environment:
|
||||||
@@ -44,8 +41,6 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
env:
|
|
||||||
TAG: ${{ github.sha }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build and push CMDB-API Docker image
|
- name: Build and push CMDB-API Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
@@ -62,8 +57,6 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
env:
|
|
||||||
TAG: ${{ github.sha }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build and push CMDB-UI Docker image
|
- name: Build and push CMDB-UI Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
Reference in New Issue
Block a user