This is an automated email from the ASF dual-hosted git repository.
danwatford pushed a commit to branch experimental-docker
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/experimental-docker by this
push:
new f4e7e75251 Added: Experimenting with container tag generation
(OFBIZ-12757)
f4e7e75251 is described below
commit f4e7e752517c70f82f02ece62aecea801ba47308
Author: Daniel Watford <[email protected]>
AuthorDate: Wed Mar 1 16:18:55 2023 +0000
Added: Experimenting with container tag generation (OFBIZ-12757)
---
.github/workflows/docker-image.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/docker-image.yaml
b/.github/workflows/docker-image.yaml
index 8a8928ee78..4f3c70039a 100644
--- a/.github/workflows/docker-image.yaml
+++ b/.github/workflows/docker-image.yaml
@@ -23,6 +23,7 @@ on:
push:
branches: [ experimental-docker ]
tags:
+ - '**'
jobs:
docker_build: