Consolidate ED dockerbuild into CD nx workflow (#32923)

* Consolidate ED dockerbuild into CD nx workflow

* Touch Dockerfile to convince CI to be happy
This commit is contained in:
Michael Telatynski
2026-03-26 14:39:39 +01:00
committed by GitHub
parent 411eab9fd2
commit f573ba4084
6 changed files with 29 additions and 83 deletions
+2 -7
View File
@@ -1,7 +1,7 @@
name: CD # Continuous Delivery
on:
push:
branches: [develop]
branches: [master, staging, develop]
concurrency: ${{ github.workflow }}-${{ github.ref_name }}
permissions: {}
@@ -28,11 +28,6 @@ jobs:
filter: tree:0
persist-credentials: false
- name: Prepare nx
uses: nrwl/nx-set-shas@3e9ad7370203c1e93d109be57f3b72eb0eb511b1 # v4
with:
main-branch-name: develop
- name: Install Cosign
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
@@ -59,7 +54,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: pnpm nx affected -t docker:build
- run: pnpm nx run-many -t docker:build
env:
INPUT_PUSH: true
INPUT_LOAD: false