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 2ec8fe2383 Added: Experimenting with container tag gernation 
(OFBIZ-12757)
2ec8fe2383 is described below

commit 2ec8fe2383204032c1b015e2f7fa450f66a97767
Author: Daniel Watford <dan...@watfordconsulting.com>
AuthorDate: Wed Mar 1 15:57:29 2023 +0000

    Added: Experimenting with container tag gernation (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 e702aa527e..0a7c59c382 100644
--- a/.github/workflows/docker-image.yaml
+++ b/.github/workflows/docker-image.yaml
@@ -40,6 +40,7 @@ jobs:
           # When this build is triggered by pusing a git tag, use the string 
following 'release' as the container tag
           # value.
           type=match,pattern=release(.*)
+          type=match,pattern=exp(.*)
           # When this build is triggered by pushing to a branch, use the 
branch name with the suffix '-snapshot' as the
           # container tag value.
           type=ref,event=branch,suffix=-snapshot

Reply via email to