summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIwanIDev <iwan@iwani.dev>2026-03-21 13:03:08 +0000
committerIwanIDev <iwan@iwani.dev>2026-03-21 13:03:08 +0000
commit8d3b93efd5664a92a51e628fd0e5fd47d0b672be (patch)
treec72c643b83061c19d3c10426666d3a541e525b96
parent34626af40755e585a94612229c0640b7795b1641 (diff)
Bugfix: wrong branch name in CI/CD action
-rw-r--r--.github/workflows/docker_build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml
index 047a318..528c95c 100644
--- a/.github/workflows/docker_build.yml
+++ b/.github/workflows/docker_build.yml
@@ -2,9 +2,9 @@ name: Build Docker Image
on:
push:
- branches: [main]
+ branches: [master]
pull_request:
- branches: [main]
+ branches: [master]
env:
REGISTRY: ghcr.io