This is an automated email from the ASF dual-hosted git repository. danwatford pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new b61f127f2d Improved: Enabled trunk for GH Action docker workflow (OFBIZ-12781) b61f127f2d is described below commit b61f127f2df596943249a6d3d22dfad98ee308fe Author: Daniel Watford <dan...@watfordconsulting.com> AuthorDate: Tue Mar 21 11:08:14 2023 +0000 Improved: Enabled trunk for GH Action docker workflow (OFBIZ-12781) --- .github/workflows/docker-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 247bbe9392..419e62456b 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -17,7 +17,7 @@ name: Build and push docker images on: push: - branches: [ experimental-docker ] + branches: [ trunk ] tags: - '**'