From 5748d37a3cf68be00809ebb5162fe2ae250fdb07 Mon Sep 17 00:00:00 2001 From: Carsten Schafer <49571202+carsten989@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:09:17 -0400 Subject: [PATCH] WIFI-13871: Update action.yml Make next branch also create docker image (cgw) --- composite-actions/docker-image-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composite-actions/docker-image-build/action.yml b/composite-actions/docker-image-build/action.yml index cee3a4e..02a0a30 100644 --- a/composite-actions/docker-image-build/action.yml +++ b/composite-actions/docker-image-build/action.yml @@ -57,7 +57,7 @@ runs: fi - name: Build and push - if: startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/pull/') || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' + if: startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/pull/') || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' uses: docker/build-push-action@v6 env: BRANCH_NAME: ${{ steps.set_branch_name.outputs.branch_name }}