From 0df7d154d3cca1f5e1ca29e8a92774f9a3a771c2 Mon Sep 17 00:00:00 2001 From: Jeanette Clark Date: Mon, 30 Oct 2023 15:50:58 -0700 Subject: [PATCH] build docker image on gha --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 34b61a0..cb58458 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: docker-publish: name: Docker Build and Publish - if: github.ref_name == 'develop' || startsWith(github.ref, 'refs/tags/v') + if: github.ref_name == 'develop' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'feature') needs: maven-build runs-on: ubuntu-latest permissions: