From fe4df1d41f3935ebe965769eeee66094143b7437 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 28 Nov 2025 16:16:23 +0100 Subject: [PATCH] 'dev' container should be only built on 'dev' branch --- .github/workflows/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 02dd51c3..67910c45 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -95,7 +95,7 @@ jobs: # master branch -> :dev container tag - name: Build and push :dev id: docker_build - if: ${{ github.ref }} == "refs/heads/master" + if: ${{ github.ref }} == "refs/heads/dev" uses: docker/build-push-action@v6 with: context: ./