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 }}