From d62c2c42c4fdc960a6dfc37eadde29dc21c0fe19 Mon Sep 17 00:00:00 2001 From: Adam Hukalowicz Date: Fri, 14 Nov 2025 16:06:19 +0100 Subject: [PATCH] fix: small improvements --- .github/workflows/infrastructure.yaml | 3 --- gitops-settings/warehouse.yaml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/infrastructure.yaml b/.github/workflows/infrastructure.yaml index 096baea..fb0c53a 100644 --- a/.github/workflows/infrastructure.yaml +++ b/.github/workflows/infrastructure.yaml @@ -1,9 +1,6 @@ name: Validate Infrastructure on: - push: - branches: - - main pull_request: merge_group: diff --git a/gitops-settings/warehouse.yaml b/gitops-settings/warehouse.yaml index ddd65c8..dca366e 100644 --- a/gitops-settings/warehouse.yaml +++ b/gitops-settings/warehouse.yaml @@ -25,4 +25,4 @@ spec: strictSemvers: false freightCreationPolicy: Automatic freightCreationCriteria: - expression: imageFrom('ghcr.io/procinger/gitops-demo-frontend/frontend').Tag == commitFrom('https://github.com/procinger/gitops-demo-frontend.git').Tag + expression: imageFrom('ghcr.io/procinger/gitops-demo-frontend/backend').Tag == imageFrom('ghcr.io/procinger/gitops-demo-frontend/frontend').Tag == commitFrom('https://github.com/procinger/gitops-demo-frontend.git').Tag