'dev' container should be only built on 'dev' branch

This commit is contained in:
dgtlmoon
2025-11-28 16:16:23 +01:00
parent 39274f121c
commit fe4df1d41f
+1 -1
View File
@@ -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: ./