Follow up bfcca2fe79
- Fixes #3372 - build-docker-image GitHub action builds from wrong (debug) branch.
This commit is contained in:
parent
bfcca2fe79
commit
585bc5e0ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docker-image.yaml
vendored
2
.github/workflows/build-docker-image.yaml
vendored
|
@ -2,7 +2,7 @@ name: build-docker-image
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [thorsteneckel-debug-docker-image-build]
|
||||
branches: [develop]
|
||||
|
||||
jobs:
|
||||
build-docker-image:
|
||||
|
|
Loading…
Reference in a new issue