From f0d506755938e50e2e0b30ceac4272b45b542700 Mon Sep 17 00:00:00 2001 From: Samuel Jones Date: Tue, 4 Jun 2024 14:41:19 +0100 Subject: [PATCH] Update build_and_push.yml --- .github/workflows/build_and_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_push.yml b/.github/workflows/build_and_push.yml index b1c11f8..572451e 100644 --- a/.github/workflows/build_and_push.yml +++ b/.github/workflows/build_and_push.yml @@ -72,7 +72,7 @@ jobs: - name: Edit the YAML file-watcher-operator.yml file for staging for file watcher operator uses: mikefarah/yq@v4.43.1 with: - cmd: yq e -i '.spec.template.spec.containers[] |= select(.name == "file-watcher-operator").image = "ghcr.io/fiaisis/file-watcher-operator@${{ steps.file_watcher_operator_build.outputs.digest }}"' './components/file-watcher-operator/envs/staging/file-watcher-operator.yml' + cmd: yq e -i '.spec.template.spec.containers[] |= select(.name == "file-watcher-operator").image = "ghcr.io/fiaisis/filewatcher-operator@${{ steps.file_watcher_operator_build.outputs.digest }}"' './components/file-watcher-operator/envs/staging/file-watcher-operator.yml' - name: Commit and push changes for file watcher operator continue-on-error: true