From 3b4d31789eb39e508a7bc0e3a5f164878e1d4bf7 Mon Sep 17 00:00:00 2001 From: Falk Scheerschmidt Date: Wed, 22 Apr 2026 14:49:23 +0200 Subject: [PATCH 1/3] test: point gitops-github-action to fix/deactivate-stale-deployments Temporary change to test Staffbase/gitops-github-action#131 which adds cleanup of stale in-progress deployments before creating new ones. Co-Authored-By: Claude --- .github/workflows/template_gitops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_gitops.yml b/.github/workflows/template_gitops.yml index 7a619152..4a64d22d 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -133,7 +133,7 @@ jobs: - name: GitOps (build, push and deploy a new Docker image) id: gitops - uses: Staffbase/gitops-github-action@2f0c03866d15503b7d1f1d4ca9929ec4bc9e7cf3 # v7.2 + uses: Staffbase/gitops-github-action@8b0f5e72688eb9309da87e8b5fc0aeb2a67e4c35 # fix/deactivate-stale-deployments with: docker-registry: ${{ inputs.docker-registry }} docker-username: ${{ secrets.docker-username }} From 96dc53daa79c03cee254f45882a11ce48a9ae32e Mon Sep 17 00:00:00 2001 From: Falk Scheerschmidt Date: Thu, 23 Apr 2026 09:43:36 +0200 Subject: [PATCH 2/3] chore: update gitops-github-action to latest version for improved functionality --- .github/workflows/template_gitops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_gitops.yml b/.github/workflows/template_gitops.yml index 4a64d22d..32c767cb 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -133,7 +133,7 @@ jobs: - name: GitOps (build, push and deploy a new Docker image) id: gitops - uses: Staffbase/gitops-github-action@8b0f5e72688eb9309da87e8b5fc0aeb2a67e4c35 # fix/deactivate-stale-deployments + uses: Staffbase/gitops-github-action@8d7d9dbf52989f74367fd063c39026d8d127daf1 # refactor/extract-scripts-and-tests with: docker-registry: ${{ inputs.docker-registry }} docker-username: ${{ secrets.docker-username }} From 59906f5fd910b91dcf6c23606b080281403408ed Mon Sep 17 00:00:00 2001 From: Falk Scheerschmidt Date: Thu, 23 Apr 2026 10:01:33 +0200 Subject: [PATCH 3/3] chore: update gitops-github-action to a more recent version for improved functionality --- .github/workflows/template_gitops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_gitops.yml b/.github/workflows/template_gitops.yml index 32c767cb..5883b40d 100644 --- a/.github/workflows/template_gitops.yml +++ b/.github/workflows/template_gitops.yml @@ -133,7 +133,7 @@ jobs: - name: GitOps (build, push and deploy a new Docker image) id: gitops - uses: Staffbase/gitops-github-action@8d7d9dbf52989f74367fd063c39026d8d127daf1 # refactor/extract-scripts-and-tests + uses: Staffbase/gitops-github-action@8e6fd8d77bca482efcacc0e497e89cb1f0f2b120 # refactor/extract-scripts-and-tests with: docker-registry: ${{ inputs.docker-registry }} docker-username: ${{ secrets.docker-username }}