From 2a4b884da9db1255f2f6556bdda77a4107d51215 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 4 Nov 2025 13:22:39 -0600 Subject: [PATCH 1/2] deps: COre-CMS v4.35.10 --- apcd_cms/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apcd_cms/Dockerfile b/apcd_cms/Dockerfile index 2418cc7..18cd2d5 100644 --- a/apcd_cms/Dockerfile +++ b/apcd_cms/Dockerfile @@ -1,4 +1,4 @@ -FROM taccwma/core-cms:v4.35.0 +FROM taccwma/core-cms:v4.35.10 WORKDIR /code From eb03ee3f28608ed659becef490a4b44f0a7bd1a6 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 4 Nov 2025 13:28:58 -0600 Subject: [PATCH 2/2] build: auto-build this branch --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f50acf9..a3f35eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: APCD CMS Builds on: workflow_dispatch: push: - branches: [main] + branches: [main, any/branch-you-want, feat/update-cms] jobs: build_commit: